From fc2de03e19696069e798368a18609f22e7d3c707 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 7 Feb 2020 21:06:17 +0100 Subject: [PATCH] fix view l11n --- Theme/Backend/profile-list.tpl.php | 2 +- info.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Theme/Backend/profile-list.tpl.php b/Theme/Backend/profile-list.tpl.php index a547371..800c652 100644 --- a/Theme/Backend/profile-list.tpl.php +++ b/Theme/Backend/profile-list.tpl.php @@ -16,7 +16,7 @@ declare(strict_types=1); * @var \phpOMS\Views\View $this */ -$footerView = new \phpOMS\Views\PaginationView($this->app, $this->request, $this->response); +$footerView = new \phpOMS\Views\PaginationView($this->l11nManager, $this->request, $this->response); $footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig'); $footerView->setPages(20); $footerView->setPage(1); diff --git a/info.json b/info.json index 5f7168f..da41b7f 100644 --- a/info.json +++ b/info.json @@ -19,7 +19,6 @@ "dependencies": { "Admin": "1.0.0", "Home": "1.0.0", - "Address": "1.0.0", "Contact": "1.0.0", "Media": "1.0.0" },