Fixing style errors.

This commit is contained in:
stickler-ci 2020-04-01 20:11:18 +00:00
parent abd6465190
commit cf3615aee3

View File

@ -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;