mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
Fix typo in Groups.getByID (#811)
This commit is contained in:
parent
c546ac9f9c
commit
2d0d6b9ff1
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