The bug is located at #256 in includes/HttpClient.inc

Change this

return $this->interpretResponse($body);

To

return $this->interpretResponse($client, $body);

Comments

Jeffrey04’s picture

Title: Missing function parameters » Missing function parameters while doing interpreting response
voxpelli’s picture

Status: Needs review » Fixed

This has been fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.