add default to option var;
typo
This commit is contained in:
parent
106f003bfa
commit
d1528111e2
2 changed files with 2 additions and 4 deletions
|
@ -593,7 +593,7 @@ class cHTMLSelectElement extends cHTMLFormElement {
|
|||
* All cHTMLOptionElements
|
||||
* @var array
|
||||
*/
|
||||
var $_options;
|
||||
var $_options = [];
|
||||
|
||||
/**
|
||||
* Constructor. Creates an HTML select field (aka "DropDown").
|
||||
|
|
|
@ -52,6 +52,4 @@ class cApiCategory extends Item {
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
}
|
Loading…
Reference in a new issue