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/hook_sidebox_menu.inc.php

    r795 r2253  
    1717 
    1818{ 
    19         $workflowACL = CreateObject('workflow.workflow_acl'); 
     19        $workflowACL = Factory::getInstance('workflow_acl'); 
    2020        $userID = $GLOBALS['phpgw_info']['user']['account_id']; 
    2121        $apptitle = $GLOBALS['phpgw_info']['apps'][$appname]['title']; 
Note: See TracChangeset for help on using the changeset viewer.