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

Fix: loghandler loaded twice

parent b98151db
No related branches found
No related tags found
No related merge requests found
......@@ -454,7 +454,7 @@ class Conf
throw new Exception('Log handler does not extend LogHandlerInterface');
}
$this->loghandlers[$handler]=$loghandlerinstance;
if (empty($conf->loghandlers[$handler])) $this->loghandlers[$handler]=$loghandlerinstance;
}
}
}
......
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