* Finish task #7721.

This commit is contained in:
Yagami
2020-08-31 13:34:32 +08:00
parent 05a4a31426
commit 116a7e43b3
43 changed files with 278 additions and 279 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ class router extends baseRouter
if($this->session->program)
{
$template = $this->dbh->query('SELECT template FROM' . TABLE_PROJECT . "WHERE id = {$this->session->program}")->fetch();
if($template->template == 'cmmi') $projectCommon = 2;
if($template->template == 'waterfall') $projectCommon = 2;
}
$config->storyCommon = $storyCommon;