Ignore:
Timestamp:
03/16/10 14:48:39 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Substituindo todas as chamadas à CreateObject? no módulo pela nova factory.

File:
1 edited

Legend:

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

    r2253 r2264  
    211211                        //$this->process                = Factory::getInstance('workflow_process'); 
    212212                        $this->GUI              = Factory::getInstance('workflow_gui'); 
    213                         $this->categories       = CreateObject('phpgwapi.categories'); 
     213                        $this->categories       = Factory::getInstance('categories'); 
    214214 
    215215                        $this->workflowSmarty = Factory::getInstance('workflow_smarty', false); 
Note: See TracChangeset for help on using the changeset viewer.