diff --git a/module/bug/control.php b/module/bug/control.php index 3b3dab575a..046cbb7f20 100644 --- a/module/bug/control.php +++ b/module/bug/control.php @@ -214,7 +214,7 @@ class bug extends control */ public function create($productID, $extras = '') { - $this->view->users = $this->user->getPairs('nodeleted,devfirst'); + $this->view->users = $this->user->getPairs('nodeleted|devfirst|noclosed'); if(empty($this->products)) $this->locate($this->createLink('product', 'create')); $this->app->loadLang('release');