diff --git a/VKAPI/Handlers/Friends.php b/VKAPI/Handlers/Friends.php index c9125a47..2e917f2d 100644 --- a/VKAPI/Handlers/Friends.php +++ b/VKAPI/Handlers/Friends.php @@ -25,7 +25,7 @@ final class Friends extends VKAPIRequestHandler $usersApi = new Users($this->getUser()); if (!is_null($fields)) { - $response = $usersApi->get(implode(',', $friends), $fields, 0, $count, true); // FIXME + $response = $usersApi->get(implode(',', $friends), $fields, 0, $count); // FIXME } return (object) [