fix error
This commit is contained in:
parent
6ccd8ce83a
commit
3a9ce1476d
@ -73,7 +73,7 @@ class DolLogsCollector extends MessagesCollector
|
||||
{
|
||||
global $conf;
|
||||
|
||||
$uselogfile = getDolGlobalString("->DEBUGBAR_USE_LOGFILE");
|
||||
$uselogfile = getDolGlobalString("DEBUGBAR_USE_LOGFILE");
|
||||
|
||||
if ($uselogfile) {
|
||||
$this->getStorageLogs($this->path);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user