* adjust code for task #514

This commit is contained in:
shiyangyangwork@yahoo.cn
2011-10-09 07:30:32 +00:00
parent f307bfe772
commit ad2bce618a
+1 -1
View File
@@ -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))