From 256d559eb1a7fa1b1c35a40486ab8b4c39288bcc Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 2 Oct 2018 20:44:28 +0200 Subject: [PATCH] Fix pagination view namespace --- Theme/Backend/eventmanagement-list.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/Backend/eventmanagement-list.tpl.php b/Theme/Backend/eventmanagement-list.tpl.php index 9567c67..789a7cd 100644 --- a/Theme/Backend/eventmanagement-list.tpl.php +++ b/Theme/Backend/eventmanagement-list.tpl.php @@ -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);