mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-11 02:12:33 +01:00
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
This commit is contained in:
@@ -706,10 +706,10 @@ class FormSetupItem
|
||||
{
|
||||
global $conf;
|
||||
if (isset($conf->global->{$this->confKey})) {
|
||||
$this->fieldValue = getDolGlobalString($this->confKey);
|
||||
$this->fieldValue = getDolGlobalString($this->confKey, null);
|
||||
return true;
|
||||
} else {
|
||||
$this->fieldValue = '';
|
||||
$this->fieldValue = null;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user