diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-09-26 13:01:42 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-09-26 13:01:42 +0200 |
commit | feb26b42551a5b89324fc403d397bc3c3e88b51e (patch) | |
tree | 543a40854d9709a153df57582a0ceeeaa81b64bf /PHPMailer-path.patch | |
parent | 0510b87f003b5462d12d1bfec771082d13da3450 (diff) |
php-PHPMailer: 5.2.9
Diffstat (limited to 'PHPMailer-path.patch')
-rw-r--r-- | PHPMailer-path.patch | 10 |
1 files changed, 5 insertions, 5 deletions
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/'; } |