Ver Fonte

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

PHP Deprecated:  Creation of dynamic property html::
Roman Kelesidis há 2 anos atrás
pai
commit
c5d3fe3acf
1 ficheiros alterados com 2 adições e 0 exclusões
  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)
         {