2
0
forked from Wavyzz/dolibarr

Fix to avoid warning

This commit is contained in:
Laurent Destailleur
2015-08-24 11:17:11 +02:00
parent da8e71b2c5
commit feed3f714c

View File

@@ -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();