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