瀏覽代碼

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

PHP Deprecated:  Creation of dynamic property html::
Roman Kelesidis 2 年之前
父節點
當前提交
c5d3fe3acf
共有 1 個文件被更改,包括 2 次插入0 次删除
  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)
         {