mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-08 01:53:03 +01:00
Fix warnings
This commit is contained in:
@@ -2098,7 +2098,7 @@ class Setup extends DolibarrApi
|
||||
// Value found
|
||||
$value = '';
|
||||
if ($constname && getDolGlobalString($constname) != '') {
|
||||
$value = $conf->global->$constname;
|
||||
$value = getDolGlobalString($constname);
|
||||
}
|
||||
$valueforchecksum = (empty($value) ? '0' : $value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user