Skip to content
This repository has been 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

Open
ildar-ceo opened this issue May 11, 2018 · 0 comments

Comments

@ildar-ceo
Copy link

ildar-ceo commented May 11, 2018

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']:'');

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant