fix: followers scroll

This commit is contained in:
mrilyew 2025-05-24 17:53:44 +03:00 committed by Alexander Minkin
parent bf87ab9858
commit 1af6cd83e4

View file

@ -135,7 +135,7 @@ final class GroupPresenter extends OpenVKPresenter
$this->template->paginatorConf = (object) [
"count" => $this->template->count,
"page" => $this->queryParam("p") ?? 1,
"page" => (int)($this->queryParam("p") ?? 1),
"amount" => 10,
"perPage" => OPENVK_DEFAULT_PER_PAGE,
];