1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 12:41:51 +02:00

Disable debug on mail handler.

This commit is contained in:
Cameron 2014-10-14 19:02:56 -07:00
parent 04435e10e6
commit 26944fbbb7

View File

@ -154,7 +154,7 @@ class e107Email extends PHPMailer
private $pause_time = 1; // Time to pause after sending a block of emails
public $legacyBody = false; // TRUE enables legacy conversion of plain text body to HTML in HTML emails
private $debug = true; // echos various debug info when set to true.
private $debug = false; // echos various debug info when set to true.
private $pref = array(); // Store code prefs.
/**