This commit is contained in:
thinkphp
2016-02-02 18:05:20 +08:00
parent 21da52db63
commit 9a8e86ec0f

View File

@@ -272,7 +272,7 @@ class View
* @param string $module 模块名 * @param string $module 模块名
* @return string * @return string
*/ */
protected function getThemePath($module) protected function getThemePath($module = '')
{ {
// 获取当前主题名称 // 获取当前主题名称
$theme = $this->getTemplateTheme($module); $theme = $this->getTemplateTheme($module);