remove unnecessary variable $entry in error-message in autoresponder, thx to monotek for finding thi
This commit is contained in:
@@ -201,7 +201,7 @@ if($db->num_rows($result) > 0)
|
||||
//error while parsing mail
|
||||
if($to == '' || $from == '')
|
||||
{
|
||||
$cronlog->logAction(CRON_ACTION, LOG_WARNING, "No valid headers found in mail to parse: " . $entry);
|
||||
$cronlog->logAction(CRON_ACTION, LOG_WARNING, "No valid headers found in mail to parse");
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user