From 83a516fa9daf509ff8cd06805dc184a32fbdcd97 Mon Sep 17 00:00:00 2001 From: "chencongzhi520@gmail.com" Date: Wed, 3 Jul 2013 08:22:13 +0000 Subject: [PATCH] * code for task#1487. --- module/testtask/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }