Skip to content
This repository was archived by the owner on Jul 4, 2020. It is now read-only.
This repository was archived by the owner on Jul 4, 2020. It is now read-only.

PHP 7.1 Notice: Undefined index: query in Unirest/Request.php on line 515 #20

@ildar-ceo

Description

@ildar-ceo

In php7.1
Notice: Undefined index: query in aik27/inwidget/classes/Unirest/Request.php on line 515

I think the line 515 must be
$new_url = $url['scheme'] . '://' . $url['host'] . $url['path'] . (isset($url['query']) ? '?'.$url['query']:'');

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions