Ignore:
Timestamp:
04/07/10 11:02:26 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Últimas modificações e retirada da WorkflowObjects? da GLOBALS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/branches/609/inc/local/classes/class.wf_workitem.php

    r795 r2440  
    2929        public function wf_workitem() 
    3030        { 
    31                 $this->db = &$GLOBALS['workflow']['workflowObjects']->getDBGalaxia()->Link_ID; 
     31                $this->db = &Factory::getInstance('WorkflowObjects')->getDBGalaxia()->Link_ID; 
    3232                $this->processID = (int) $GLOBALS['workflow']['wf_runtime']->activity->getProcessId(); 
    3333        } 
Note: See TracChangeset for help on using the changeset viewer.