Fix DEBUGBAR_USE_LOG_FILE

This commit is contained in:
Laurent Destailleur 2022-05-03 11:52:32 +02:00
parent 79371f66b0
commit b5f887b3e4

View File

@ -72,7 +72,7 @@ class DolLogsCollector extends MessagesCollector
{ {
global $conf; global $conf;
$uselogfile=$conf->global->DEBUGBAR_USE_LOGFILE; $uselogfile=$conf->global->DEBUGBAR_USE_LOG_FILE;
if ($uselogfile) if ($uselogfile)
{ {