mirror of
https://github.com/openvk/openvk
synced 2024-12-23 00:51:03 +03:00
VKAPI: Typo in Friends.delete
This commit is contained in:
parent
98260e8d0a
commit
ca27e0588a
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ final class Friends extends VKAPIRequestHandler
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
fail(15, "Access denied: No friend or friend request found.");
|
$this->fail(15, "Access denied: No friend or friend request found.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue