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/library/Mail/Mail/smtp.php

    r5146 r5316  
    346346        } 
    347347 
    348         include_once $_SESSION['rootPath'].'/library/Net/SMTP.php'; 
     348        include_once dirname(__FILE__).'/../../Net/SMTP.php'; 
    349349        $this->_smtp = &new Net_SMTP($this->host, 
    350350                                     $this->port, 
Note: See TracChangeset for help on using the changeset viewer.