VKAPI: хаваххахахаха илья капец ты функцию сломал и она короче из-за этого новости не открывала ой всмысле Fix newsfeed.get function to get it workin again

This commit is contained in:
veselcraft 2022-07-24 00:42:28 +03:00
parent 44241be808
commit 5bced47724
No known key found for this signature in database
GPG key ID: AED66BC1AC628A4E

View file

@ -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 = [];