Ignore:
Timestamp:
03/18/10 08:32:36 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Substituindo instanciações diretas (new) pela nova factory.

File:
1 edited

Legend:

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

    r2233 r2292  
    1111\**************************************************************************/ 
    1212 
    13 require_once 'class.workflow_acl.inc.php'; 
    1413require_once 'common.inc.php'; 
    1514require_once 'engine/class.ajax_config.inc.php'; 
     
    5049        function set_wf_session() 
    5150        { 
    52                 $acl = new workflow_acl(); 
     51                $acl = Factory::getInstance('workflow_acl'); 
    5352                $_SESSION['phpgw_info']['workflow']['server_root'] = PHPGW_SERVER_ROOT; 
    5453                $_SESSION['phpgw_info']['workflow']['phpgw_api_inc'] = PHPGW_API_INC; 
Note: See TracChangeset for help on using the changeset viewer.