From cf3615aee386af04e0b7c3e19433f1113a4ab061 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Wed, 1 Apr 2020 20:11:18 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/core/class/conf.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/conf.class.php b/htdocs/core/class/conf.class.php index 5c2a9d9d4fb..38538f12f93 100644 --- a/htdocs/core/class/conf.class.php +++ b/htdocs/core/class/conf.class.php @@ -177,7 +177,7 @@ class Conf } elseif (isset($_ENV['DOLIBARR_' . $key])) { $value=$_ENV['DOLIBARR_' . $key]; } - + //if (! defined("$key")) define("$key", $value); // In some cases, the constant might be already forced (Example: SYSLOG_HANDLERS during install) $this->global->$key = $value;