mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-03 23:27:32 +02:00
[contents.php] Fix incorrect reference to UnexpectedResponseException's responseBody. (#2677)
This commit is contained in:
@@ -74,7 +74,7 @@ class UnexpectedResponseException extends \GetContentsException {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function getResponseBody() {
|
public function getResponseBody() {
|
||||||
return $this->responseBody();
|
return $this->responseBody;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user