mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
getRowCount()
отменяется
This commit is contained in:
parent
aba5a1b49a
commit
1320410f17
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@
|
|||
{include "../components/paginator.xml", conf => (object) [
|
||||
"page" => $page,
|
||||
"count" => $count,
|
||||
"amount" => $data->getRowCount(),
|
||||
"amount" => sizeof($data),
|
||||
"perPage" => $perPage ?? OPENVK_DEFAULT_PER_PAGE,
|
||||
"atBottom" => false,
|
||||
]}
|
||||
|
|
Loading…
Reference in a new issue