Archived
1
0
Fork 0

Update pagination api.

This commit is contained in:
Henrik Hautakoski 2022-07-26 21:09:36 +02:00
parent 191f1c1930
commit 3e34e72931
5 changed files with 13 additions and 13 deletions

View file

@ -105,7 +105,7 @@ class UserController extends ControllerBase
$paginator = ActivityLog::getPaginationList($user->getId(), $page);
$this->view->page = $paginator->getPaginate();
$this->view->page = $paginator->pageinate();
$this->view->pagination_url = '/user/activity/';
}