summaryrefslogtreecommitdiff
path: root/inc/HTTPClient.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2010-12-02 18:45:03 +0100
committerAndreas Gohr <andi@splitbrain.org>2010-12-02 18:45:03 +0100
commit68ee030431d00b9924366a1af38805ff0263c529 (patch)
treeb0cb34378a49fb7f4c39d47456b945d9079d935b /inc/HTTPClient.php
parentb66a6bd459cdc006fd7a3c1586f656554ddafbd9 (diff)
downloadrpg-68ee030431d00b9924366a1af38805ff0263c529.tar.gz
rpg-68ee030431d00b9924366a1af38805ff0263c529.tar.bz2
renamed variable initialization in HTTPClient
Diffstat (limited to 'inc/HTTPClient.php')
-rw-r--r--inc/HTTPClient.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/HTTPClient.php b/inc/HTTPClient.php
index b23616ef1..43b00034c 100644
--- a/inc/HTTPClient.php
+++ b/inc/HTTPClient.php
@@ -92,7 +92,7 @@ class HTTPClient {
var $redirect_count;
// read these after a successful request
- var $resp_status;
+ var $status;
var $resp_body;
var $resp_headers;