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/local/classes/class.JobBase.php

    r2249 r2253  
    200200        final public function createNewInstance($startActivityId, $instanceName=false, $properties=false, $user=false) 
    201201        { 
    202                 $activityManager = CreateObject('workflow.workflow_activitymanager'); 
     202                $activityManager = Factory::getInstance('workflow_activitymanager'); 
    203203                $activity = $activityManager->get_activity($startActivityId); 
    204204 
Note: See TracChangeset for help on using the changeset viewer.