From f744dcac07fb9726251e4d14aac407615b87b7f3 Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Thu, 28 Oct 2010 22:11:16 +0000 Subject: [PATCH] Ensure we always have a headers array. git-svn-id: https://develop.svn.wordpress.org/trunk@16063 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/class-IXR.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-includes/class-IXR.php b/wp-includes/class-IXR.php index c5a17af247..c4d447743d 100644 --- a/wp-includes/class-IXR.php +++ b/wp-includes/class-IXR.php @@ -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;