typo
This commit is contained in:
parent
30a3bbd4a7
commit
52b85b533b
@ -234,7 +234,7 @@ class APnutI
|
|||||||
if ($http_status == 302) {
|
if ($http_status == 302) {
|
||||||
#echo json_encode(preg_match_all('/^Location:(.*)$/mi', $response, $matches));
|
#echo json_encode(preg_match_all('/^Location:(.*)$/mi', $response, $matches));
|
||||||
$this->logger->debug("302 Redirect to {$this->redirect_target}");
|
$this->logger->debug("302 Redirect to {$this->redirect_target}");
|
||||||
throw new HttpPnutRedirectException($this->redirect_targe);
|
throw new HttpPnutRedirectException($this->redirect_target);
|
||||||
}
|
}
|
||||||
if (!empty($response)) {
|
if (!empty($response)) {
|
||||||
$response = json_decode($response, true);
|
$response = json_decode($response, true);
|
||||||
|
Loading…
Reference in New Issue
Block a user