From 14d692dfcdc177d138ca4b9741cae244f6e834c3 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Tue, 15 Mar 2016 22:02:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3View=E7=B1=BB=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E5=AE=9A=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/View.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/View.php b/library/think/View.php index f47a7d24..8e1bcc78 100644 --- a/library/think/View.php +++ b/library/think/View.php @@ -260,7 +260,7 @@ class View $template = str_replace('.', DS, CONTROLLER_NAME) . $depr . $template; } } - return realpath($path) . DS . $theme . $template . $this->config['view_suffix']; + return realpath($path) . DS . $template . $this->config['view_suffix']; } /**