FIXME $ident is not defined
This commit is contained in:
parent
b5d4a16f1b
commit
4388be7295
@ -114,6 +114,7 @@ class mod_syslog_file extends LogHandler implements LogHandlerInterface
|
|||||||
{
|
{
|
||||||
$logfile = $this->getFilename();
|
$logfile = $this->getFilename();
|
||||||
|
|
||||||
|
// FIXME $ident is not defined !
|
||||||
if ($ident) $this->ident+=$ident;
|
if ($ident) $this->ident+=$ident;
|
||||||
|
|
||||||
if (defined("SYSLOG_FILE_NO_ERROR")) $filefd = @fopen($logfile, 'a+');
|
if (defined("SYSLOG_FILE_NO_ERROR")) $filefd = @fopen($logfile, 'a+');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user