Ignore:
Timestamp:
03/19/10 17:22:08 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Migrando instanciação das classes da engine para a factory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/branches/609/inc/local/classes/class.wf_engine.php

    r2292 r2311  
    191191        function getChildInstances($instanceID = null, $activityID = null) 
    192192        { 
    193                 $WFInstance = Factory::getInstance('wf_instance'); 
     193                $WFInstance = &Factory::getInstance('wf_instance'); 
    194194                $preOutput = $WFInstance->getChildren($instanceID, $activityID); 
    195195                $output = array(); 
Note: See TracChangeset for help on using the changeset viewer.