diff --git a/framework/router.class.php b/framework/router.class.php index d482fd3889..a0f38fe93d 100755 --- a/framework/router.class.php +++ b/framework/router.class.php @@ -160,7 +160,8 @@ class router extends baseRouter } } - $hourKey = $planKey = $URSR = $URAndSR = 0; + $hourKey = $planKey = $URSR = $URAndSR = 0; + $mode = 'new'; $score = '0'; $projectKey = empty($this->config->isINT) ? ITERATION_KEY : SPRINT_KEY;