From 875a21e2121ba2cacac427f233395e96da37999b 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/cockpit.tpl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Theme/Backend/cockpit.tpl.php b/Theme/Backend/cockpit.tpl.php index 60c1fae..cd2e224 100644 --- a/Theme/Backend/cockpit.tpl.php +++ b/Theme/Backend/cockpit.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(1 / 25);