From 77e96d6acffbec028d617540abb98b82c1c90737 Mon Sep 17 00:00:00 2001 From: Peter Westwood 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: https://develop.svn.wordpress.org/trunk@10436 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 7d678fdf7d..00f4a0eb80 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)) {