mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-16 23:29:56 +03:00
[contents.php] Fix incorrect reference to UnexpectedResponseException's responseBody. (#2677)
This commit is contained in:
parent
46a356b0b2
commit
e1c898848f
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class UnexpectedResponseException extends \GetContentsException {
|
|||
}
|
||||
|
||||
public function getResponseBody() {
|
||||
return $this->responseBody();
|
||||
return $this->responseBody;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue