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

    r5134 r5316  
    369369            if($msg_number != null && $msg_part != null && $msg_folder != null && (intval($idx_file == '0' ? '1' : $idx_file))) 
    370370            { 
    371                 require_once $_SESSION['rootPath'].'/expressoMail1_2/inc/class.attachment.inc.php'; 
     371                require_once dirname(__FILE__).'/class.attachment.inc.php'; 
    372372                $attachmentObj = new attachment(); 
    373373                $attachmentObj->setStructureFromMail($msg_folder,$msg_number); 
Note: See TracChangeset for help on using the changeset viewer.