Fixing style errors.
This commit is contained in:
parent
abd6465190
commit
cf3615aee3
@ -177,7 +177,7 @@ class Conf
|
|||||||
} elseif (isset($_ENV['DOLIBARR_' . $key])) {
|
} elseif (isset($_ENV['DOLIBARR_' . $key])) {
|
||||||
$value=$_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)
|
//if (! defined("$key")) define("$key", $value); // In some cases, the constant might be already forced (Example: SYSLOG_HANDLERS during install)
|
||||||
$this->global->$key = $value;
|
$this->global->$key = $value;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user