Ignore:
Timestamp:
05/26/10 10:12:22 (14 years ago)
Author:
viani
Message:

Ticket #950 - Merged 2589:2838 /trunk/workflow/ em /sandbox/workflow/trunk/

File:
1 edited

Legend:

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

    r2466 r2858  
    192192        { 
    193193                $WFInstance = &Factory::getInstance('wf_instance'); 
    194                 $preOutput = $WFInstance->getChildren($instanceID, $activityID); 
     194                $preOutput = $WFInstance->getChildren($instanceID); 
    195195                $output = array(); 
    196196                foreach ($preOutput as $childInstance) 
Note: See TracChangeset for help on using the changeset viewer.