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" },