* Finish task #40289.

This commit is contained in:
tianshujie98
2021-07-16 11:21:48 +08:00
parent 2608091b67
commit 4eb641ad81
+1 -1
View File
@@ -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];