From 2430536531baeecc0bc8323abbb898d0c680165f Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 31 Jul 2019 15:55:27 +0800 Subject: [PATCH] * finish task #8397. --- framework/router.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/framework/router.class.php b/framework/router.class.php index 02c9a94cd3..477b312319 100755 --- a/framework/router.class.php +++ b/framework/router.class.php @@ -222,8 +222,7 @@ class router extends baseRouter } /** - * 调用父类方法时不传递$appName参数,保证父类方法中$appName值为空。 - * The $appName parameter is not passed when calling the parent class method, ensuring that the $appName value in the parent class method is null. + * The alias for loadModuleConfig. * * @param string $moduleName * @param string $appName