fix warning
This commit is contained in:
parent
d45052a6b7
commit
2780bb73c3
@ -73,7 +73,7 @@ class DolLogsCollector extends MessagesCollector
|
|||||||
{
|
{
|
||||||
global $conf;
|
global $conf;
|
||||||
|
|
||||||
$uselogfile = $conf->global->DEBUGBAR_USE_LOGFILE;
|
$uselogfile = getDolGlobalInt('DEBUGBAR_USE_LOGFILE');
|
||||||
|
|
||||||
if ($uselogfile) {
|
if ($uselogfile) {
|
||||||
$this->getStorageLogs($this->path);
|
$this->getStorageLogs($this->path);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user