diff --git a/lib/contents.php b/lib/contents.php index c5c95371..4ceeb4cc 100644 --- a/lib/contents.php +++ b/lib/contents.php @@ -74,7 +74,7 @@ class UnexpectedResponseException extends \GetContentsException { } public function getResponseBody() { - return $this->responseBody(); + return $this->responseBody; } }