mirror of
https://github.com/openvk/openvk
synced 2025-07-08 16:53:02 +03:00
Fix typo in Groups.getByID
This commit is contained in:
parent
c546ac9f9c
commit
1fdb00356b
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ final class Groups extends VKAPIRequestHandler
|
|||
$response[$i]->site = $clb->getWebsite();
|
||||
break;
|
||||
case "description":
|
||||
$response[$i]->desctiption = $clb->getDescription();
|
||||
$response[$i]->description = $clb->getDescription();
|
||||
break;
|
||||
case "contacts":
|
||||
$contacts;
|
||||
|
|
Loading…
Reference in a new issue