From c0935a07a0b952b816d2807d181c056483fed266 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/comment-list.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/Backend/comment-list.tpl.php b/Theme/Backend/comment-list.tpl.php index 8ddbc19..b9ca4eb 100644 --- a/Theme/Backend/comment-list.tpl.php +++ b/Theme/Backend/comment-list.tpl.php @@ -14,7 +14,7 @@ * @var \phpOMS\Views\View $this */ -$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);