From 68ee030431d00b9924366a1af38805ff0263c529 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Thu, 2 Dec 2010 18:45:03 +0100 Subject: renamed variable initialization in HTTPClient --- inc/HTTPClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') 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; -- cgit v1.2.3