This commit is contained in:
Laurent Destailleur 2013-03-13 19:14:49 +01:00
parent a47616cb95
commit 80b5bd7215

View File

@ -572,7 +572,7 @@ class CMailFile
}
elseif ($conf->global->MAIN_MAIL_SENDMODE == 'smtps')
{
fputs($fp, $this->smtps->log);
fputs($fp, $this->smtps->log); // this->smtps->log is filled only if MAIN_MAIL_DEBUG was set to on
}
fclose($fp);