From b5f887b3e484f95de3c5ceb1f637e8690894092e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 3 May 2022 11:52:32 +0200 Subject: [PATCH] Fix DEBUGBAR_USE_LOG_FILE --- 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 dd6fabd508f..d74b0aa5275 100644 --- a/htdocs/debugbar/class/DataCollector/DolLogsCollector.php +++ b/htdocs/debugbar/class/DataCollector/DolLogsCollector.php @@ -72,7 +72,7 @@ class DolLogsCollector extends MessagesCollector { global $conf; - $uselogfile=$conf->global->DEBUGBAR_USE_LOGFILE; + $uselogfile=$conf->global->DEBUGBAR_USE_LOG_FILE; if ($uselogfile) {