Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0

This commit is contained in:
Laurent Destailleur 2022-05-03 11:54:57 +02:00
commit 36fdee3337

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)
{ {