diff --git a/module/project/control.php b/module/project/control.php index ab8e7e2a37..4b03863fc5 100644 --- a/module/project/control.php +++ b/module/project/control.php @@ -1122,7 +1122,7 @@ class project extends control } $this->view->isSprint = false; - if(strpos($this->config->custom->productProject, '_2')) + if(isset($this->config->custom->productProject) and strpos($this->config->custom->productProject, '_2')) { $this->view->isSprint = true; unset($this->lang->project->typeList['waterfall']);