From efa385717c09e1a107a537e38d15cb9402d71ef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=80=A1=E6=A0=8B?= Date: Wed, 8 Sep 2021 13:09:37 +0800 Subject: [PATCH] * finish task #42373. --- framework/router.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;