Ensure we always have a headers array.

git-svn-id: http://svn.automattic.com/wordpress/trunk@16063 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2010-10-28 22:11:16 +00:00
parent 1237f25dc6
commit 23edf3baa4
1 changed files with 1 additions and 0 deletions

View File

@ -603,6 +603,7 @@ class IXR_Client
var $message = false;
var $debug = false;
var $timeout;
var $headers = array();
// Storage place for an error message
var $error = false;