From ad2bce618aee4c72913a378a2078b62200a905c4 Mon Sep 17 00:00:00 2001 From: "shiyangyangwork@yahoo.cn" Date: Sun, 9 Oct 2011 07:30:32 +0000 Subject: [PATCH] * adjust code for task #514 --- module/bug/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))