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