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:
parent
95571ab9d4
commit
77e96d6acf
@ -556,6 +556,7 @@ class IXR_Client {
|
||||
}
|
||||
fputs($fp, $request);
|
||||
$contents = '';
|
||||
$debug_contents = '';
|
||||
$gotFirstLine = false;
|
||||
$gettingHeaders = true;
|
||||
while (!feof($fp)) {
|
||||
|
Loading…
Reference in New Issue
Block a user