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_monitors.inc.php

    r2253 r2292  
    1212 
    1313require_once(dirname(__FILE__) . SEP . 'class.ui_ajaxinterface.inc.php'); 
    14 require_once(dirname(__FILE__) . SEP . 'class.workflow_acl.inc.php'); 
    1514/** 
    1615 * @package Workflow 
     
    3736        { 
    3837                $this->set_wf_session(); 
    39                 $this->workflow_acl = new workflow_acl(); 
     38                $this->workflow_acl = Factory::getInstance('workflow_acl'); 
    4039 
    4140                if (!($this->workflow_acl->checkUserGroupAccessToType('MON', $_SESSION['phpgw_info']['workflow']['account_id']) || ($this->workflow_acl->checkWorkflowAdmin($_SESSION['phpgw_info']['workflow']['account_id'])))) 
Note: See TracChangeset for help on using the changeset viewer.