Closed iamjoeker closed 4 years ago
$url is only defined in the scope of the if statements, so the call to $this->_request which references it results in an undefined variable notice.
$this->_request
In my app, this also results in no requests being executed successfully.
$url is only defined in the scope of the if statements, so the call to
$this->_request
which references it results in an undefined variable notice.In my app, this also results in no requests being executed successfully.