N°5388 - PHP 8.2: Fix dynamic properties that were actually just case-sensitive typos

This commit is contained in:
Molkobain
2023-04-21 23:42:46 +02:00
parent c3ace8e1a0
commit 58b230cd74

View File

@@ -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)