From bb2ca5d5507def409da3061dec2fdb4778424d59 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 31 Jul 2019 15:58:29 +0800 Subject: [PATCH] * finish task #8393. --- framework/router.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/router.class.php b/framework/router.class.php index 477b312319..abed1a2cd9 100755 --- a/framework/router.class.php +++ b/framework/router.class.php @@ -39,9 +39,9 @@ class router extends baseRouter public $rawMethod; /** - * Add custom langs when set client lang. + * Merge system and translated langs. * - * @param string $lang zh-cn|zh-tw|zh-hk|en + * @param string $lang zh-cn|zh-tw|en * @access public * @return void */