File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 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.09.05 ).
11
+ * This file: PHPMailer-phpMussel linker (last modified: 2022.02.13 ).
12
12
*/
13
13
14
14
namespace phpMussel \PHPMailer ;
@@ -132,7 +132,7 @@ public function __invoke(string $NotUsed, array $Data): bool
132
132
/** Prepare event logging. */
133
133
$ EventLogData = sprintf (
134
134
'%s - %s - ' ,
135
- $ this ->Loader ->Configuration ['legal ' ]['pseudonymise_ip_addresses ' ] ? $ this ->Loader ->pseudonymiseIP ($ _SERVER [ $ this ->Loader ->Configuration [ ' core ' ][ ' ipaddr ' ]] ) : $ _SERVER [ $ this ->Loader ->Configuration [ ' core ' ][ ' ipaddr ' ]] ,
135
+ $ this ->Loader ->Configuration ['legal ' ]['pseudonymise_ip_addresses ' ] ? $ this ->Loader ->pseudonymiseIP ($ this ->Loader ->IPAddr ) : $ this ->Loader ->IPAddr ,
136
136
$ this ->Loader ->timeFormat ($ this ->Loader ->Time , $ this ->Loader ->Configuration ['core ' ]['time_format ' ])
137
137
);
138
138
You can’t perform that action at this time.
0 commit comments