Ignore:
Timestamp:
03/29/10 14:46:01 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Merged 2197:2356 /sandbox/workflow/branches/609/ em /sandbox/workflow/trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/trunk/inc/hook_sidebox_menu.inc.php

    r795 r2372  
    1414 */ 
    1515 
     16require_once 'common.inc.php'; 
    1617require_once 'engine/config.egw.inc.php'; 
    1718 
    1819{ 
    19         $workflowACL = CreateObject('workflow.workflow_acl'); 
     20        $workflowACL = Factory::getInstance('workflow_acl'); 
    2021        $userID = $GLOBALS['phpgw_info']['user']['account_id']; 
    2122        $apptitle = $GLOBALS['phpgw_info']['apps'][$appname]['title']; 
Note: See TracChangeset for help on using the changeset viewer.