* adjus the object defination.

This commit is contained in:
wangchunsheng
2010-04-14 05:54:23 +00:00
parent 28fc148a92
commit f7c6d4082a
3 changed files with 5 additions and 3 deletions
+1
View File
@@ -48,6 +48,7 @@ class action extends control
$pager = pager::init($recTotal, $recPerPage, $pageID);
$this->view->trashes = $this->action->getTrashes($orderBy, $pager);
$this->view->users = $this->loadModel('user')->getPairs('noletter');
$this->view->users['system'] = 'system';
$this->view->orderBy = $orderBy;
$this->view->pager = $pager;
$this->display();