Ignore:
Timestamp:
08/17/10 16:17:12 (14 years ago)
Author:
viani
Message:

Ticket #1135 - Merged r1990:3166 from /trunk/workflow into /branches/2.2/workflow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/workflow/inc/class.external_bridge.inc.php

    r795 r3167  
    1313require_once 'common.inc.php'; 
    1414require_once 'engine/config.egw.inc.php'; 
    15 require_once 'class.so_adminaccess.inc.php'; 
    1615 
    1716/** 
     
    5251        function external_bridge() 
    5352        { 
    54                 $this->db = $GLOBALS['workflow']['workflowObjects']->getDBGalaxia(); 
    55                 $this->acl = new so_adminaccess($GLOBALS['workflow']['workflowObjects']->getDBGalaxia()->Link_ID); 
     53                $this->db = Factory::getInstance('WorkflowObjects')->getDBGalaxia(); 
     54                $this->acl = &Factory::getInstance('so_adminaccess', Factory::getInstance('WorkflowObjects')->getDBGalaxia()->Link_ID); 
    5655        } 
    5756        /** 
     
    156155 
    157156                /* assign variables to the template */ 
    158                 $smarty = $GLOBALS['workflow']['factory']->getInstance('workflow_smarty', false); 
     157                $smarty = Factory::getInstance('workflow_smarty', false); 
    159158                $smarty->assign('encodedForm', $encodedForm); 
    160159                $smarty->assign('siteAddress', $this->siteAddress); 
Note: See TracChangeset for help on using the changeset viewer.