Skip to content
Snippets Groups Projects
Commit b0b0f066 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Removed useless code

parent 9b9b8b41
No related branches found
No related tags found
No related merge requests found
......@@ -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+');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment