fix undefined variable in cron_autoresponder, fixes #649

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2011-03-10 07:15:38 +01:00
parent b6be7f6975
commit 2754e0ae5a

View File

@@ -102,7 +102,7 @@ if($db->num_rows($result) > 0)
// error reading mail contents or just empty
if(count($content) == 0)
{
$cronlog->logAction(CRON_ACTION, LOG_WARNING, "Unable to read mail from maildir: " . $entry);
$cronlog->logAction(CRON_ACTION, LOG_WARNING, "Unable to read mail from maildir: " . dirname($fullFilename));
continue;
}