Ignore:
Timestamp:
03/12/10 10:59:32 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Migração das classes do módulo workflow para a nova factory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/branches/609/inc/class.workflow_processmanager.inc.php

    r795 r2233  
    2626                        'database_user', 
    2727                        'database_password' 
    28                 );  
     28                ); 
    2929           /** 
    3030                 * Constructor 
     
    3434                function workflow_processmanager() 
    3535                { 
    36                         parent::ProcessManager($GLOBALS['workflow']['workflowObjects']->getDBGalaxia()->Link_ID); 
     36                        parent::ProcessManager(Factory::getInstance('WorkflowObjects')->getDBGalaxia()->Link_ID); 
    3737                        $this->workflow_acl = CreateObject('workflow.workflow_acl'); 
    38                          
     38 
    3939                        /* allow regular users to see the process graph */ 
    4040                        if ($_GET['menuaction'] == "workflow.ui_adminactivities.show_graph") 
Note: See TracChangeset for help on using the changeset viewer.