diff options
Diffstat (limited to 'lib/httpclient.php')
-rw-r--r-- | lib/httpclient.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/httpclient.php b/lib/httpclient.php index c8c8ae5b2..f16e31e10 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; } |