From 555b328cc38217088d9f432ce526dcbe92f4afce Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Feb 2021 09:38:34 +0100 Subject: update to 6.3.0 --- php-phpmailer6-layout.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'php-phpmailer6-layout.patch') diff --git a/php-phpmailer6-layout.patch b/php-phpmailer6-layout.patch index 1d287f3..8f254ec 100644 --- a/php-phpmailer6-layout.patch +++ b/php-phpmailer6-layout.patch @@ -1,10 +1,10 @@ diff -up ./src/PHPMailer.php.rpm ./src/PHPMailer.php ---- ./src/PHPMailer.php.rpm 2018-03-27 14:01:40.736223588 +0200 -+++ ./src/PHPMailer.php 2018-03-27 14:02:31.291471961 +0200 -@@ -1994,7 +1994,7 @@ class PHPMailer +--- ./src/PHPMailer.php.rpm 2021-02-24 09:34:44.854775099 +0100 ++++ ./src/PHPMailer.php 2021-02-24 09:35:04.783696615 +0100 +@@ -2215,7 +2215,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(__DIR__) . DIRECTORY_SEPARATOR . 'language' . DIRECTORY_SEPARATOR; + $lang_path = __DIR__ . DIRECTORY_SEPARATOR . 'language' . DIRECTORY_SEPARATOR; } -- cgit