Ignore:
Timestamp:
01/06/12 08:52:37 (12 years ago)
Author:
cristiano
Message:

Ticket #2423 - Trocar chamada da variável rootPath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.ScriptS.inc.php

    r5294 r5316  
    5050        $this->EmailExpresso = trim($_SESSION['phpgw_info']['expressomail']['user']['email']); 
    5151                 
    52                 include_once $_SESSION['rootPath'] . '/header.inc.php';  
    53                 require_once $_SESSION['rootPath'] . '/API/class.servicelocator.php'; 
     52                include_once dirname(__FILE__).'/../../header.inc.php';  
     53                require_once dirname(__FILE__).'/../../API/class.servicelocator.php'; 
    5454                $alternativeMailService = ServiceLocator::getService('ldap'); 
    5555                $this->AlternateEmailExpresso = $alternativeMailService->getMailAlternateByUidNumber($_SESSION['phpgw_info']['expressomail']['user']['account_id']); 
Note: See TracChangeset for help on using the changeset viewer.