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/get_archive.php

    r5272 r5316  
    9292if($msgNumber != 'null' && $indexPart !== null && $msgFolder) 
    9393{ 
    94     require_once $_SESSION['rootPath'].'/expressoMail1_2/inc/class.attachment.inc.php'; 
     94    require_once dirname(__FILE__).'/class.attachment.inc.php'; 
    9595 
    9696    $attachment = new attachment(); 
Note: See TracChangeset for help on using the changeset viewer.