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/config.egw.inc.php

    r2233 r2253  
    305305                { 
    306306                        // This way we create a new run_activity instance for the next activity 
    307                         $run_activity = CreateObject('workflow.run_activity.go'); 
     307                        $run_activity = Factory::getInstance('workflow.run_activity.go'); 
    308308                        $data = $run_activity->go($activityId, $iid, $auto); 
    309309                        return $data; 
Note: See TracChangeset for help on using the changeset viewer.