diff --git a/Theme/Backend/checklist-list.tpl.php b/Theme/Backend/checklist-list.tpl.php index 93a2229..98319f3 100644 --- a/Theme/Backend/checklist-list.tpl.php +++ b/Theme/Backend/checklist-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(25); diff --git a/Theme/Backend/checklist-template-list.tpl.php b/Theme/Backend/checklist-template-list.tpl.php index 6fade5d..6cc32e6 100644 --- a/Theme/Backend/checklist-template-list.tpl.php +++ b/Theme/Backend/checklist-template-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(25);