From 4eb641ad8175a8bf377a3a34b47c1ae15e97e945 Mon Sep 17 00:00:00 2001 From: tianshujie98 Date: Fri, 16 Jul 2021 11:21:48 +0800 Subject: [PATCH] * Finish task #40289. --- framework/router.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/router.class.php b/framework/router.class.php index bd58a3c360..e1df5c32c8 100755 --- a/framework/router.class.php +++ b/framework/router.class.php @@ -206,7 +206,7 @@ class router extends baseRouter if($hourKey == STORYPOINT_KEY) $config->hourUnit = 'sp'; if($hourKey == FUNCTIONPOINT_KEY) $config->hourUnit = 'fp'; - $iterationKey = $projectKey; + $iterationKey = $projectKey; /* Set productCommon, projectCommon and hourCommon. Default english lang. */ $lang->productCommon = $this->config->productCommonList[$this->clientLang][PRODUCT_KEY];