mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
fix typo xddd 😳
This commit is contained in:
parent
3775948df6
commit
05c85eb93d
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ final class Users extends VKAPIRequestHandler
|
|||
if($user_ids == "0")
|
||||
$user_ids = (string) $authuser->getId();
|
||||
|
||||
$usrs = explode(',', $user_ids);','
|
||||
$usrs = explode(',', $user_ids);
|
||||
$response;
|
||||
|
||||
$ic = sizeof($usrs);
|
||||
|
|
Loading…
Reference in a new issue