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);