mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
VKAPI: хаваххахахаха илья капец ты функцию сломал и она короче из-за этого новости не открывала ой всмысле Fix newsfeed.get function to get it workin again
This commit is contained in:
parent
44241be808
commit
5bced47724
1 changed files with 3 additions and 3 deletions
|
@ -152,10 +152,10 @@ final class Wall extends VKAPIRequestHandler
|
|||
|
||||
function getById(string $posts, int $extended = 0, string $fields = "", User $user = NULL)
|
||||
{
|
||||
$this->requireUser();
|
||||
|
||||
if($user == NULL)
|
||||
if($user == NULL) {
|
||||
$this->requireUser();
|
||||
$user = $this->getUser(); # костыли костыли крылышки
|
||||
}
|
||||
|
||||
$items = [];
|
||||
$profiles = [];
|
||||
|
|
Loading…
Reference in a new issue