mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-12 02:42:33 +01:00
Merge pull request #28844 from lamrani002/fixInpriceGlobal
FIX assignement variable (PHPStan warnings)
This commit is contained in:
@@ -456,7 +456,7 @@ class PriceGlobalVariableUpdater
|
||||
$langs->load("errors");
|
||||
dol_syslog(__METHOD__, LOG_DEBUG);
|
||||
|
||||
$this->error = null;
|
||||
$this->error = '';
|
||||
$this->checkParameters();
|
||||
|
||||
//Try to load the target global variable and abort if fails
|
||||
|
||||
Reference in New Issue
Block a user