Sfoglia il codice sorgente

Merge pull request #19 from EngineGPDev/PHP-Deprecated-Creation-of-dynamic-property

PHP Deprecated:  Creation of dynamic property html::
Roman Kelesidis 2 anni fa
parent
commit
c5d3fe3acf
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      system/library/html.php

+ 2 - 0
system/library/html.php

@@ -8,6 +8,8 @@
         var $template = null;
         var $data = array();
         var $unitblock = array();
+        public $arr;
+        public $select_template;
 
         public function set($name, $var, $unset = false)
         {