summaryrefslogtreecommitdiff
path: root/lib/httpclient.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/httpclient.php')
-rw-r--r--lib/httpclient.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/httpclient.php b/lib/httpclient.php
index d606f5a6e..9b0bb6f3a 100644
--- a/lib/httpclient.php
+++ b/lib/httpclient.php
@@ -47,9 +47,9 @@ if (!defined('STATUSNET')) {
class HTTPResponse
{
- var $code = null;
- var $headers = null;
- var $body = null;
+ public $code = null;
+ public $headers = null;
+ public $body = null;
}
/**