Update WallPresenter.php

This commit is contained in:
Dmitry Tretyakov 2023-10-25 16:50:26 +07:00
parent b70c6c96bb
commit aba5a1b49a

View file

@ -154,7 +154,7 @@ final class WallPresenter extends OpenVKPresenter
$this->template->paginatorConf = (object) [
"count" => sizeof($posts),
"page" => (int) ($_GET["p"] ?? 1),
"amount" => $posts->page((int) ($_GET["p"] ?? 1), $perPage)->getRowCount(),
"amount" => $posts->page((int) ($_GET["p"] ?? 1), $perPage)->count(),
"perPage" => $perPage,
];
$this->template->posts = [];