diff --git a/module/testtask/control.php b/module/testtask/control.php index 2acc7d4beb..2f281f490c 100644 --- a/module/testtask/control.php +++ b/module/testtask/control.php @@ -296,7 +296,7 @@ class testtask extends control $this->view->task = $task; $this->view->projects = $this->product->getProjectPairs($productID); $this->view->builds = $this->loadModel('build')->getProductBuildPairs($productID); - $this->view->users = $this->loadModel('user')->getPairs(); + $this->view->users = $this->loadModel('user')->getPairs('nodeleted', $task->owner); $this->display(); }