mirror of
https://github.com/Karaka-Management/oms-Surveys.git
synced 2026-01-11 16:08:41 +00:00
Fix pagination view namespace
This commit is contained in:
parent
7d80b1494d
commit
9b521ff8a1
|
|
@ -11,7 +11,7 @@
|
|||
* @link http://website.orange-management.de
|
||||
*/
|
||||
|
||||
$footerView = new \Web\Views\Lists\PaginationView($this->app, $this->request, $this->response);
|
||||
$footerView = new \phpOMS\Views\PaginationView($this->app, $this->request, $this->response);
|
||||
$footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig');
|
||||
$footerView->setPages(20);
|
||||
$footerView->setPage(1);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user