mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Don't forget to concat. Props cschneid. fixes #2988
git-svn-id: http://svn.automattic.com/wordpress/trunk@4075 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dadd248a93
commit
a9ca0da268
@ -1239,7 +1239,7 @@ class Snoopy
|
||||
|
||||
$fp = fopen($file_name, "r");
|
||||
while (!feof($fp)) {
|
||||
$file_content = fread($fp, filesize($file_name));
|
||||
$file_content .= fread($fp, filesize($file_name));
|
||||
}
|
||||
fclose($fp);
|
||||
$base_name = basename($file_name);
|
||||
|
Loading…
Reference in New Issue
Block a user