Ignore:
Timestamp:
08/12/11 17:39:26 (13 years ago)
Author:
viani
Message:

Ticket #2214 - Modificação no continueInstance do Workflow para liberar memória

File:
1 edited

Legend:

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

    r4740 r4921  
    118118                $instance = $this->getInstanceObject($instanceID); 
    119119 
    120                 $runActivity = Factory::getInstance('run_activity'); 
     120                $runActivity = Factory::newInstance('run_activity'); 
    121121 
    122122                ob_start(); 
Note: See TracChangeset for help on using the changeset viewer.