mirror of
https://github.com/openvk/openvk
synced 2025-01-09 01:09:46 +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)
|
function getById(string $posts, int $extended = 0, string $fields = "", User $user = NULL)
|
||||||
{
|
{
|
||||||
|
$this->requireUser();
|
||||||
|
|
||||||
if($user == NULL)
|
if($user == NULL)
|
||||||
$user = $this->getUser(); # костыли костыли крылышки
|
$user = $this->getUser(); # костыли костыли крылышки
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue