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
This commit is contained in:
Peter Westwood 2009-01-24 22:22:36 +00:00
parent 95571ab9d4
commit 77e96d6acf
1 changed files with 1 additions and 0 deletions

View File

@ -556,6 +556,7 @@ class IXR_Client {
} }
fputs($fp, $request); fputs($fp, $request);
$contents = ''; $contents = '';
$debug_contents = '';
$gotFirstLine = false; $gotFirstLine = false;
$gettingHeaders = true; $gettingHeaders = true;
while (!feof($fp)) { while (!feof($fp)) {