fix view l11n

This commit is contained in:
Dennis Eichhorn 2020-02-07 21:06:17 +01:00
parent 3f1ea85dc8
commit fc2de03e19
2 changed files with 1 additions and 2 deletions

View File

@ -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);

View File

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