N°2249 - Supportability - Updater module

This commit is contained in:
Eric
2019-10-03 15:31:23 +02:00
parent b7c795c313
commit 23a9bae391

View File

@@ -46,7 +46,7 @@ abstract class Parameters
return $aParamValues;
}
protected function Set($sCode, $value)
public function Set($sCode, $value)
{
$this->aData[$sCode] = $value;
}