From b0b0f066558e23b6754cd95bfc25c48a882870bf Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 3 Dec 2012 20:23:16 +0100 Subject: [PATCH] Fix: Removed useless code --- htdocs/core/modules/syslog/mod_syslog_file.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/htdocs/core/modules/syslog/mod_syslog_file.php b/htdocs/core/modules/syslog/mod_syslog_file.php index 53b2e8496c4..ab5a1eea74c 100644 --- a/htdocs/core/modules/syslog/mod_syslog_file.php +++ b/htdocs/core/modules/syslog/mod_syslog_file.php @@ -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+');