From bc2560fd957f35fd1fc8e2f26bdfca56b979ff14 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Fri, 12 Nov 2021 15:36:29 +0800 Subject: [PATCH] * Remove spaces. --- 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 62a0ff7c6c..b66613c08b 100644 --- a/module/project/control.php +++ b/module/project/control.php @@ -1746,7 +1746,7 @@ class project extends control $this->view->unmodifiableProducts = $unmodifiableProducts; $this->view->unmodifiableBranches = $unmodifiableBranches; $this->view->unmodifiableMainBranches = $unmodifiableMainBranches; - $this->view->branchGroups = $this->loadModel('branch')->getByProducts(array_keys($allProducts), 'noclosed, ignoreNormal'); + $this->view->branchGroups = $this->loadModel('branch')->getByProducts(array_keys($allProducts), 'noclosed,ignoreNormal'); $this->display(); }