Ignore:
Timestamp:
03/26/10 15:08:47 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Correção de errors introduzidos pela nova factory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/branches/609/inc/engine/src/common/WfRuntime.php

    r2311 r2355  
    272272      return false; 
    273273    } 
    274     $base_activity = &Factory::getInstance('BaseActivity', $this->db); 
     274    $base_activity = &Factory::newInstance('BaseActivity'); 
    275275    $this->activity =& $base_activity->getActivity($activity_id, $with_roles, $with_agents); 
    276276    if (!$this->activity) 
Note: See TracChangeset for help on using the changeset viewer.