* adjust user list order.

This commit is contained in:
wangchunsheng
2012-12-24 01:01:12 +00:00
parent 27dbf21c0b
commit 5f7282aa6a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -499,7 +499,7 @@ class bug extends control
if($showSuhosinInfo) $this->view->suhosinInfo = $this->lang->suhosinInfo;
$this->view->productID = $productID;
$this->view->editedBugs = $editedBugs;
$this->view->users = $this->user->getPairs('nodeleted');
$this->view->users = $this->user->getPairs('nodeleted,devfirst');
$this->display();
}