Changeset:
639d2c8bd5c0
https://sourceforge.net/p/mrbs/hg-code/ci/639d2c8bd5c0489acbc4f8c39bc6f4cfdc3767a5
Author:
Campbell Morrison <[email protected]>
Date:
Sun Jan 01 08:07:19 2017 +0000
Log message:
Fixed bug causing a fatal error in SMTP debug code
diffstat:
web/functions_mail.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r f32b475f5377 -r 639d2c8bd5c0 web/functions_mail.inc
--- a/web/functions_mail.inc Thu Dec 29 16:33:33 2016 +0000
+++ b/web/functions_mail.inc Sun Jan 01 08:07:19 2017 +0000
@@ -1131,7 +1131,7 @@
if ($mail_settings['debug'])
{
$mail->Debugoutput = ($mail_settings['debug_output'] == 'log') ?
'error_log' : 'html';
- $mail->SMTPDebug = SMTP::DEBUG_CONNECTION; // show connection status,
client -> server and server -> client messages
+ $mail->SMTPDebug = \SMTP::DEBUG_CONNECTION; // show connection status,
client -> server and server -> client messages
}
$eol = "\n"; // EOL sequence to use in mail headers. Need "\n" for mail
backend
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits