We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef6a5a commit 81caa35Copy full SHA for 81caa35
1 file changed
phpBB/phpbb/plupload/plupload.php
@@ -128,8 +128,6 @@ public function handle_upload($form_name)
128
{
129
rename("{$file_path}.part", $file_path);
130
131
- $file_info = new \Symfony\Component\HttpFoundation\File\File($file_path);
132
-
133
// Need to modify some of the $_FILES values to reflect the new file
134
return array(
135
'tmp_name' => $file_path,
0 commit comments