diff --git a/module/bug/control.php b/module/bug/control.php index 2859febcbb..b9d2a1a099 100644 --- a/module/bug/control.php +++ b/module/bug/control.php @@ -300,7 +300,7 @@ class bug extends control */ public function create($productID, $extras = '') { - $this->view->users = $this->user->getPairs('noletter'); + $this->view->users = $this->user->getPairs('nodeleted'); if(empty($this->products)) $this->locate($this->createLink('product', 'create')); if(!empty($_POST))