Changeset 2838


Ignore:
Timestamp:
05/21/10 18:47:30 (14 years ago)
Author:
asaikawa
Message:

Ticket #1082 - Removido o parametro activityID da chamada do metodo getChildren dentro do getChildInstances

File:
1 edited

Legend:

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

    r2591 r2838  
    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.