X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fhttpclient.php;h=f16e31e1037c76dbba9c5d4dbb756fd920a4a88a;hb=acaf07f6e8c873e0069e84dac74bac3c7da98a97;hp=c8c8ae5b261d3c946b5d49e7679f76f8b57af75f;hpb=c012b278f00664470e74a0009791e8b2bca2a5e3;p=quix0rs-gnu-social.git diff --git a/lib/httpclient.php b/lib/httpclient.php index c8c8ae5b26..f16e31e103 100644 --- a/lib/httpclient.php +++ b/lib/httpclient.php @@ -48,7 +48,7 @@ if (!defined('STATUSNET')) { class HTTPResponse { public $code = null; - public $headers = null; + public $headers = array(); public $body = null; }