From 8a6ec7e15212fff84b23c594ffd57ba37ba4af2f Mon Sep 17 00:00:00 2001 From: Yagami <976204163@qq.com> Date: Mon, 12 Apr 2021 15:59:15 +0800 Subject: [PATCH] * Fix bug. --- module/project/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/project/model.php b/module/project/model.php index 75c1406b96..5e374b0b97 100644 --- a/module/project/model.php +++ b/module/project/model.php @@ -1351,7 +1351,7 @@ class projectModel extends model } break; case 'name': - if($this->config->systemMode == 'new') + if(isset($this->config->maxVersion)) { if($project->model === 'waterfall') echo "{$this->lang->project->waterfall} "; if($project->model === 'scrum') echo "{$this->lang->project->scrum} ";