Fix: Removed useless code

This commit is contained in:
Laurent Destailleur 2012-12-03 20:23:16 +01:00
parent 9b9b8b4156
commit b0b0f06655

View File

@ -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+');