From ee9d5df56f322ae6b9be122079cd297da8138cbb Mon Sep 17 00:00:00 2001 From: thinkphp Date: Thu, 2 Jun 2016 11:10:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3App=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/App.php b/library/think/App.php index fe07ebbe..37e664b9 100644 --- a/library/think/App.php +++ b/library/think/App.php @@ -245,7 +245,7 @@ class App // 模块初始化 if ($module && $available) { // 初始化模块 - $config = self::initModule($module, $config); + $config = self::init($module, $config); } else { throw new HttpException(404, 'module [ ' . $module . ' ] not exists '); }