mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 21:32:09 +02:00
Code cleanup
This commit is contained in:
@@ -1172,7 +1172,7 @@ class e107Email extends PHPMailer
|
||||
// Error sending email
|
||||
|
||||
|
||||
e107::getLog()->e_log_event(3,debug_backtrace(),"MAIL","Send Failed",$this->ErrorInfo,false,LOG_TO_ROLLING);
|
||||
e107::getLog()->addEvent(3,debug_backtrace(),"MAIL","Send Failed",$this->ErrorInfo,false,LOG_TO_ROLLING);
|
||||
$this->TotalErrors++;
|
||||
$this->closeLog();
|
||||
return $this->ErrorInfo;
|
||||
|
Reference in New Issue
Block a user