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/class.WorkflowUtils.inc.php

    r2233 r2253  
    359359                function export() 
    360360                { 
    361                         $this->process_manager  = CreateObject('workflow.workflow_processmanager'); 
     361                        $this->process_manager  = Factory::getInstance('workflow_processmanager'); 
    362362 
    363363                        // retrieve process info 
Note: See TracChangeset for help on using the changeset viewer.