[ticket/11912] Remove obsolete $file_info from plupload

PHPBB3-11912
This commit is contained in:
Marc Alexander 2013-11-11 21:24:44 +01:00
parent bef6a5a640
commit 81caa35955

View file

@ -128,8 +128,6 @@ class plupload
{ {
rename("{$file_path}.part", $file_path); rename("{$file_path}.part", $file_path);
$file_info = new \Symfony\Component\HttpFoundation\File\File($file_path);
// Need to modify some of the $_FILES values to reflect the new file // Need to modify some of the $_FILES values to reflect the new file
return array( return array(
'tmp_name' => $file_path, 'tmp_name' => $file_path,