From 3438ffbbc0b34fe7251aeff10a3bdbaa980b6266 Mon Sep 17 00:00:00 2001 From: lanzongjun Date: Thu, 22 Sep 2022 15:27:04 +0800 Subject: [PATCH] * fix bug #27793 --- module/project/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/project/control.php b/module/project/control.php index 824b7d8120..7110f5a30f 100644 --- a/module/project/control.php +++ b/module/project/control.php @@ -736,7 +736,7 @@ class project extends control if($project->model != 'kanban') $canChangeModel = $this->project->checkCanChangeModel($projectID, $project->model); - if($project->model == 'kanban') $this->lang->project->noSprint = $this->lang->project->kanban; + if($project->model == 'kanban') $this->lang->project->noSprint = $this->lang->project->kanban; if($project->model == 'scrum') {