FIXME $ident is not defined

This commit is contained in:
Regis Houssin 2012-12-03 17:16:04 +01:00
parent b5d4a16f1b
commit 4388be7295

View File

@ -114,6 +114,7 @@ class mod_syslog_file extends LogHandler implements LogHandlerInterface
{
$logfile = $this->getFilename();
// FIXME $ident is not defined !
if ($ident) $this->ident+=$ident;
if (defined("SYSLOG_FILE_NO_ERROR")) $filefd = @fopen($logfile, 'a+');