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

Fix to avoid warning

parent da8e71b2
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ class mod_syslog_chromephp extends LogHandler implements LogHandlerInterface
set_include_path($conf->global->SYSLOG_CHROMEPHP_INCLUDEPATH);
//print 'rrrrr'.get_include_path();
$res = include_once('ChromePhp.php');
$res = @include_once('ChromePhp.php');
if (! $res) $res=@include_once('ChromePhp.class.php');
restore_include_path();
......
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