diff --git a/module/bug/control.php b/module/bug/control.php index a7ac35d4f3..1685595611 100644 --- a/module/bug/control.php +++ b/module/bug/control.php @@ -596,7 +596,7 @@ class bug extends control $this->view->position[] = $this->lang->bug->confirmBug; $this->view->bug = $bug; - $this->view->users = $this->user->getPairs('noletter'); + $this->view->users = $this->user->getPairs('nodeleted'); $this->view->actions = $this->action->getList('bug', $bugID); $this->display(); } diff --git a/module/bug/view/confirmbug.html.php b/module/bug/view/confirmbug.html.php index 94d7a2ab9c..afd357d3be 100755 --- a/module/bug/view/confirmbug.html.php +++ b/module/bug/view/confirmbug.html.php @@ -23,7 +23,7 @@ js::set('page', 'confirmbug');