File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,7 @@ __*Why "v3.0.0" instead of "v1.0.0?"*__ Because the linker is intended for use w
17
17
[ 2021.05.01; Bug-fix; Maikuolan] : Log truncation not being calculated properly; Fixed.
18
18
19
19
[ 2021.05.22; Security; Maikuolan] : Increasing PHPMailer version constraints from ^6.2 to ^6.4.1 due to CVE-2020 -36326.
20
+
21
+ ### v3.1.3
22
+
23
+ [ 2021.05.28; Maikuolan] : Performed some minor refactoring.
Original file line number Diff line number Diff line change 8
8
* License: GNU/GPLv2
9
9
* @see LICENSE.txt
10
10
*
11
- * This file: PHPMailer-phpMussel linker (last modified: 2021.05.01 ).
11
+ * This file: PHPMailer-phpMussel linker (last modified: 2021.05.28 ).
12
12
*/
13
13
14
14
namespace phpMussel \PHPMailer ;
@@ -74,7 +74,7 @@ public function __construct(\phpMussel\Core\Loader &$Loader)
74
74
$ this ->Loader ->Events ->addHandler ('writeToPHPMailerEventLog ' , function (string $ Data ): bool {
75
75
/** Guard. */
76
76
if (
77
- ! $ this ->Loader ->Configuration ['phpmailer ' ]['event_log ' ] ||
77
+ $ this ->Loader ->Configuration ['phpmailer ' ]['event_log ' ] === '' ||
78
78
!($ EventLog = $ this ->Loader ->buildPath ($ this ->Loader ->Configuration ['phpmailer ' ]['event_log ' ]))
79
79
) {
80
80
return false ;
You can’t perform that action at this time.
0 commit comments