diff options
author | Evan Prodromou <evan@status.net> | 2009-10-22 16:23:42 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-10-22 16:23:42 -0400 |
commit | 9608cc6143a135d6326a86724ddce040b3ab7a3a (patch) | |
tree | 6045a2798086b00ce73d2374b06ce9baa77b8b7c /lib/httpclient.php | |
parent | de4b2098d1a73734f94dd4a2c5395857fb6afa89 (diff) | |
parent | e73631f614414d1aa724e926527862a955e55356 (diff) |
Merge branch '0.9.x' into location
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; } |