Ignore:
Timestamp:
08/07/09 16:06:07 (15 years ago)
Author:
gbisotto
Message:

Ticket #609 - Modificada a classe Factory e ProcessFactory? para automatizaro acesso ao objetos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/2.0/inc/class.bo_utils.inc.php

    r795 r1293  
    3434        { 
    3535                parent::bo_ajaxinterface(); 
    36                 $this->db = &$GLOBALS['workflow']['workflowObjects']->getDBExpresso(); 
     36                $this->db =& Factory::getInstance('WorkflowObjects')->getDBExpresso(); 
    3737        } 
    3838 
Note: See TracChangeset for help on using the changeset viewer.