From feb26b42551a5b89324fc403d397bc3c3e88b51e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 Sep 2014 13:01:42 +0200 Subject: php-PHPMailer: 5.2.9 --- PHPMailer-path.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'PHPMailer-path.patch') diff --git a/PHPMailer-path.patch b/PHPMailer-path.patch index 8710029..4aac9e7 100644 --- a/PHPMailer-path.patch +++ b/PHPMailer-path.patch @@ -1,7 +1,7 @@ diff -up ./class.phpmailer.php.rpm ./class.phpmailer.php ---- ./class.phpmailer.php.rpm 2014-08-11 16:53:52.616058389 +0200 -+++ ./class.phpmailer.php 2014-08-11 17:14:27.562681744 +0200 -@@ -1170,6 +1170,7 @@ class PHPMailer +--- ./class.phpmailer.php.rpm 2014-09-25 18:36:22.000000000 +0200 ++++ ./class.phpmailer.php 2014-09-26 12:58:08.790951530 +0200 +@@ -1191,6 +1191,7 @@ class PHPMailer public function getSMTPInstance() { if (!is_object($this->smtp)) { @@ -9,10 +9,10 @@ diff -up ./class.phpmailer.php.rpm ./class.phpmailer.php $this->smtp = new SMTP; } return $this->smtp; -@@ -1394,7 +1395,7 @@ class PHPMailer +@@ -1415,7 +1416,7 @@ class PHPMailer ); if (empty($lang_path)) { - //Calculate an absolute path so it can work if CWD is not here + // Calculate an absolute path so it can work if CWD is not here - $lang_path = dirname(__FILE__). DIRECTORY_SEPARATOR . 'language'. DIRECTORY_SEPARATOR; + $lang_path = '/usr/share/PHPMailer/language/'; } -- cgit