mirror of
https://github.com/openvk/openvk
synced 2024-12-22 16:42:32 +03:00
Merge branch 'master' of github.com:openvk/openvk
This commit is contained in:
commit
e7425b86e1
1 changed files with 2 additions and 0 deletions
|
@ -150,6 +150,8 @@ final class Wall extends VKAPIRequestHandler
|
|||
|
||||
function getById(string $posts, int $extended = 0, string $fields = "", User $user = NULL)
|
||||
{
|
||||
$this->requireUser();
|
||||
|
||||
if($user == NULL)
|
||||
$user = $this->getUser(); # костыли костыли крылышки
|
||||
|
||||
|
|
Loading…
Reference in a new issue