* finish task#1612.

This commit is contained in:
azhi
2013-07-22 15:29:34 +08:00
parent 1e06b1b5f5
commit f02fec4cc2
2 changed files with 12 additions and 11 deletions
+2 -2
View File
@@ -66,10 +66,10 @@ class testtask extends control
$this->view->position[] = $this->lang->testtask->common;
$this->view->productID = $productID;
$this->view->productName = $this->products[$productID];
$this->view->pager = $pager;
$this->view->orderBy = $orderBy;
$this->view->tasks = $this->testtask->getProductTasks($productID);
$this->view->tasks = $this->testtask->getProductTasks($productID, $orderBy, $pager);
$this->view->users = $this->loadModel('user')->getPairs('noclosed|noletter');
$this->view->pager = $pager;
$this->display();
}