* finish task #40289.

This commit is contained in:
wangyidong
2021-07-16 11:21:10 +08:00
parent 2017a9cc78
commit 425280996a

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];