mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Fix broken pagination on group followers page
This commit is contained in:
parent
92c9320eae
commit
0df783705e
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
{var iterator = $followers}
|
{var iterator = $followers}
|
||||||
{var count = $paginatorConf->count}
|
{var count = $paginatorConf->count}
|
||||||
{var page = $paginatorConf->page}
|
{var page = $paginatorConf->page}
|
||||||
|
{var perPage = 6}
|
||||||
|
|
||||||
{block title}{_followers} {$club->getCanonicalName()}{/block}
|
{block title}{_followers} {$club->getCanonicalName()}{/block}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue