mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
Merge branch 'master' of https://github.com/openvk/openvk
This commit is contained in:
commit
e4d738737c
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ final class Users extends VKAPIRequestHandler
|
|||
$response[$i]->photo_max = $usr->getAvatarURL();
|
||||
break;
|
||||
case 'status':
|
||||
$responce[$i]->status = $usr->getStatus();
|
||||
$response[$i]->status = $usr->getStatus();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue