*Finish task #7587.

This commit is contained in:
tianshujie98
2020-08-05 17:04:47 +08:00
parent ae1a3396ba
commit a99aab00ea
16 changed files with 23 additions and 18 deletions
+1 -1
View File
@@ -992,7 +992,7 @@ class user extends control
$this->view->account = $account;
$this->view->pager = $pager;
$this->view->user = $this->user->getById($account);
$this->view->dateGroups = $this->action->buildDateGroup($actions, $direction);
$this->view->dateGroups = $this->action->buildDateGroup($actions, $direction, $period);
$this->view->direction = $direction;
$this->display();
}