mirror of
https://github.com/openvk/openvk
synced 2025-03-04 00:29:57 +03:00
fix(VKAPI/Handlers/Groups): add array declaration
This commit is contained in:
parent
ac87ab52e6
commit
87c7c2ec76
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ final class Groups extends VKAPIRequestHandler
|
|||
$clbsCount = $user->getClubCount();
|
||||
}
|
||||
|
||||
$rClubs;
|
||||
$rClubs = array();
|
||||
|
||||
$ic = sizeof($clbs);
|
||||
if (sizeof($clbs) > $count) {
|
||||
|
|
Loading…
Reference in a new issue