From 9a8e86ec0f33fcaaf03d6436516c86fc1f8ef104 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Tue, 2 Feb 2016 18:05:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= 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 5a7d6c9d..7d21acdd 100644 --- a/library/think/View.php +++ b/library/think/View.php @@ -272,7 +272,7 @@ class View * @param string $module 模块名 * @return string */ - protected function getThemePath($module) + protected function getThemePath($module = '') { // 获取当前主题名称 $theme = $this->getTemplateTheme($module);