remove unnecessary variable $entry in error-message in autoresponder, thx to monotek for finding thi

This commit is contained in:
Michael Kaufmann (d00p)
2011-01-04 20:16:25 +00:00
parent 7057984534
commit c25ad76200
2 changed files with 13 additions and 2 deletions

View File

@@ -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;
}