Ensure we initialise the position variable. See #5599 props codestyling.

git-svn-id: http://svn.automattic.com/wordpress/trunk@8117 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2008-06-18 06:38:30 +00:00
parent c678502b3d
commit 14adf33381
1 changed files with 3 additions and 2 deletions

View File

@ -159,6 +159,7 @@ class CachedFileReader extends StringReader {
return false;
}
$this->_str = fread($fd, $length);
$this->_pos = 0;
fclose($fd);
} else {