add default to option var;

typo
This commit is contained in:
o.pinke 2023-02-15 11:58:35 +01:00
parent 106f003bfa
commit d1528111e2
2 changed files with 2 additions and 4 deletions

View file

@ -593,7 +593,7 @@ class cHTMLSelectElement extends cHTMLFormElement {
* All cHTMLOptionElements
* @var array
*/
var $_options;
var $_options = [];
/**
* Constructor. Creates an HTML select field (aka "DropDown").

View file

@ -52,6 +52,4 @@ class cApiCategory extends Item {
}
}
}
?>
}