mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
[ticket/11912] Remove obsolete $file_info from plupload
PHPBB3-11912
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user