fix error

This commit is contained in:
Lucas Marcouiller 2021-10-23 11:45:27 +02:00
parent 6ccd8ce83a
commit 3a9ce1476d

View File

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