Fix: Removed useless code
This commit is contained in:
parent
9b9b8b4156
commit
b0b0f06655
@ -114,9 +114,6 @@ 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+');
|
||||
else $filefd = fopen($logfile, 'a+');
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user