mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/11912] Remove obsolete $file_info from plupload
PHPBB3-11912
This commit is contained in:
parent
bef6a5a640
commit
81caa35955
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue