From 7d59ed3ba44d00374ab5ffff848dccbe20328143 Mon Sep 17 00:00:00 2001 From: westi Date: Sat, 24 Jan 2009 22:22:36 +0000 Subject: [PATCH] Setup an initial value to avoid a Notice. See #8916 props wnorris. git-svn-id: http://svn.automattic.com/wordpress/trunk@10436 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 7d678fdf7..00f4a0eb8 100644 --- a/wp-includes/class-IXR.php +++ b/wp-includes/class-IXR.php @@ -556,6 +556,7 @@ class IXR_Client { } fputs($fp, $request); $contents = ''; + $debug_contents = ''; $gotFirstLine = false; $gettingHeaders = true; while (!feof($fp)) {