From 5403a7e9b38a83bb830d1a7a608f7133f5ce9991 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Oct 2025 08:09:21 +0200 Subject: dup v6 --- php-phpmailer7-layout.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 php-phpmailer7-layout.patch (limited to 'php-phpmailer7-layout.patch') diff --git a/php-phpmailer7-layout.patch b/php-phpmailer7-layout.patch new file mode 100644 index 0000000..b23da87 --- /dev/null +++ b/php-phpmailer7-layout.patch @@ -0,0 +1,11 @@ +diff -up ./src/PHPMailer.php.rpm ./src/PHPMailer.php +--- ./src/PHPMailer.php.rpm 2021-09-01 12:46:30.267656729 +0200 ++++ ./src/PHPMailer.php 2021-09-01 12:47:43.003485872 +0200 +@@ -2253,6 +2253,7 @@ class PHPMailer + if (empty($lang_path)) { + //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; + } + + //Validate $langcode -- cgit