Skip to content

Commit

Permalink
Fixed a bug causing validation failure when using streams.
Browse files Browse the repository at this point in the history
  • Loading branch information
mewp committed Jun 8, 2012
1 parent 97e71eb commit 33dc2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openid.php
Expand Up @@ -349,7 +349,7 @@ protected function request_streams($url, $method='GET', $params=array(), $update
$this->headers = $this->parse_header_array($http_response_header, $update_claimed_id);
}

return file_get_contents($url, false, $context);
return $data;
}

protected function request($url, $method='GET', $params=array(), $update_claimed_id=false)
Expand Down

0 comments on commit 33dc2c8

Please sign in to comment.