From 874c2527325c74d45834f6a9056e65796059649a Mon Sep 17 00:00:00 2001 From: oldrind <1401019000@qq.com> Date: Mon, 18 Jan 2016 17:28:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE.=E8=AF=AD=E6=B3=95=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E8=AF=86=E5=88=AB=E4=B8=BA=E6=95=B0=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/Template.php b/library/think/Template.php index 3aaeb30f..8a6da9fe 100644 --- a/library/think/Template.php +++ b/library/think/Template.php @@ -43,7 +43,7 @@ class Template 'display_cache' => false, // 模板渲染缓存 'cache_id' => '', // 模板缓存ID 'tpl_replace_string' => [], - 'tpl_var_identify' => '', // .语法变量识别,array|object, 为空时自动识别 + 'tpl_var_identify' => 'array', // .语法变量识别,array|object|'', 为空时自动识别 'namespace' => '\\think\\template\\driver\\', ];