From 3a9ce1476de52e43e8d0df4bad72ffd763705980 Mon Sep 17 00:00:00 2001 From: Lucas Marcouiller Date: Sat, 23 Oct 2021 11:45:27 +0200 Subject: [PATCH] fix error --- htdocs/debugbar/class/DataCollector/DolLogsCollector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/debugbar/class/DataCollector/DolLogsCollector.php b/htdocs/debugbar/class/DataCollector/DolLogsCollector.php index 220b76f4356..6610c841747 100644 --- a/htdocs/debugbar/class/DataCollector/DolLogsCollector.php +++ b/htdocs/debugbar/class/DataCollector/DolLogsCollector.php @@ -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);