* adjust for show count.

This commit is contained in:
wangyidong
2018-04-26 17:17:47 +08:00
parent 2915d16f23
commit 960e0af5d2
14 changed files with 67 additions and 70 deletions
-1
View File
@@ -1960,7 +1960,6 @@ class project extends control
$this->view->pager = $pager;
$this->view->param = $param;
$this->view->dateGroups = $this->action->buildDateGroup($actions, $direction);
$this->view->allCount = $this->action->getCount('project', $projectID);
$this->view->direction = $direction;
$this->display();
}