add default to option var;

typo
Dieser Commit ist enthalten in:
o.pinke 2023-02-15 11:58:35 +01:00
Ursprung 106f003bfa
Commit d1528111e2
2 geänderte Dateien mit 2 neuen und 4 gelöschten Zeilen

Datei anzeigen

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

Datei anzeigen

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