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
This commit is contained in:
westi 2009-01-24 22:22:36 +00:00
parent 88838cc993
commit 7d59ed3ba4
1 changed files with 1 additions and 0 deletions

View File

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