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.workflow_processmanager.inc.php

    r2233 r2253  
    3535                { 
    3636                        parent::ProcessManager(Factory::getInstance('WorkflowObjects')->getDBGalaxia()->Link_ID); 
    37                         $this->workflow_acl = CreateObject('workflow.workflow_acl'); 
     37                        $this->workflow_acl = Factory::getInstace('workflow_acl'); 
    3838 
    3939                        /* allow regular users to see the process graph */ 
Note: See TracChangeset for help on using the changeset viewer.