From 4388be7295462aa20822ba8736c793e66e8929db Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 3 Dec 2012 17:16:04 +0100 Subject: [PATCH] FIXME $ident is not defined --- htdocs/core/modules/syslog/mod_syslog_file.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/core/modules/syslog/mod_syslog_file.php b/htdocs/core/modules/syslog/mod_syslog_file.php index d6d6678ce23..53b2e8496c4 100644 --- a/htdocs/core/modules/syslog/mod_syslog_file.php +++ b/htdocs/core/modules/syslog/mod_syslog_file.php @@ -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+');