Ignore:
Timestamp:
03/15/10 16:00:11 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Modificando chamadas CreateObject? para utilizarem a nova factory.

File:
1 edited

Legend:

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

    r795 r2253  
    10911091    $workflow = $GLOBALS['workflow']; 
    10921092    unset($_REQUEST['iid']); 
    1093     $run_activity = CreateObject('workflow.run_activity'); 
     1093    $run_activity = Factory::getInstance('run_activity'); 
    10941094    $run_activity->runtime->instance->parentInstanceId = $this->instance_id; 
    10951095    $run_activity->runtime->instance->parentActivityId = $this->activity_id; 
Note: See TracChangeset for help on using the changeset viewer.