HTTPResponse has default empty headers
This commit is contained in:
parent
4e639b8769
commit
65c45986c6
|
@ -48,7 +48,7 @@ if (!defined('STATUSNET')) {
|
|||
class HTTPResponse
|
||||
{
|
||||
public $code = null;
|
||||
public $headers = null;
|
||||
public $headers = array();
|
||||
public $body = null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user