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