From c0ec5024707a2583dd714ab7a083237d161ad066 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Sun, 31 Jan 2016 21:51:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4\think\View=E7=B1=BB=E7=9A=84?= =?UTF-8?q?=20http=5Fcache=5Fid=20=E9=85=8D=E7=BD=AE=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/View.php | 1 - 1 file changed, 1 deletion(-) diff --git a/library/think/View.php b/library/think/View.php index 3a4929f4..3db611ff 100644 --- a/library/think/View.php +++ b/library/think/View.php @@ -27,7 +27,6 @@ class View 'auto_detect_theme' => false, 'var_theme' => 't', 'default_theme' => 'default', - 'http_cache_id' => null, 'view_path' => '', 'view_suffix' => '.html', 'view_depr' => DS,