diff --git a/conlite/classes/class.htmlelements.php b/conlite/classes/class.htmlelements.php index 4d579f9..c20f353 100644 --- a/conlite/classes/class.htmlelements.php +++ b/conlite/classes/class.htmlelements.php @@ -593,7 +593,7 @@ class cHTMLSelectElement extends cHTMLFormElement { * All cHTMLOptionElements * @var array */ - var $_options; + var $_options = []; /** * Constructor. Creates an HTML select field (aka "DropDown"). diff --git a/conlite/classes/contenido/class.category.php b/conlite/classes/contenido/class.category.php index ffe743d..f560e7a 100644 --- a/conlite/classes/contenido/class.category.php +++ b/conlite/classes/contenido/class.category.php @@ -52,6 +52,4 @@ class cApiCategory extends Item { } } -} - -?> \ No newline at end of file +} \ No newline at end of file