File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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: 2023.09.18 ).
11
+ * This file: PHPMailer-phpMussel linker (last modified: 2023.09.19 ).
12
12
*/
13
13
14
14
namespace phpMussel \PHPMailer ;
@@ -247,10 +247,10 @@ public function __invoke(string $NotUsed, array $Data): bool
247
247
$ EventLogData .= ($ State ? sprintf (
248
248
$ this ->Loader ->L10N ->getString ('state_email_sent ' ),
249
249
$ SuccessDetails
250
- ) : $ this ->Loader ->L10N ->getString ('response_error ' ) . ' - ' . $ Mail ->ErrorInfo ) . "\n" ;
250
+ ) : $ this ->Loader ->L10N ->getString ('response.Error ' ) . ' - ' . $ Mail ->ErrorInfo ) . "\n" ;
251
251
} catch (\Exception $ e ) {
252
252
/** An exeption occurred. Log the information. */
253
- $ EventLogData .= $ this ->Loader ->L10N ->getString ('response_error ' ) . ' - ' . $ e ->getMessage () . "\n" ;
253
+ $ EventLogData .= $ this ->Loader ->L10N ->getString ('response.Error ' ) . ' - ' . $ e ->getMessage () . "\n" ;
254
254
}
255
255
256
256
/** Write to the event log. */
You can’t perform that action at this time.
0 commit comments