mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 10:08:45 +02:00
N°5388 - PHP 8.2: Fix dynamic properties that were actually just case-sensitive typos
This commit is contained in:
@@ -60,7 +60,7 @@ class DesignerForm
|
||||
$this->sHierarchySelector = '';
|
||||
$this->StartFieldSet($this->sCurrentFieldSet);
|
||||
$this->bDisplayed = true;
|
||||
$this->aDefaultvalues = array();
|
||||
$this->aDefaultValues = array();
|
||||
}
|
||||
|
||||
public function AddField(DesignerFormField $oField)
|
||||
|
||||
Reference in New Issue
Block a user