Skip to content

Commit 81caa35

Browse files
committed
[ticket/11912] Remove obsolete $file_info from plupload
PHPBB3-11912
1 parent bef6a5a commit 81caa35

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

phpBB/phpbb/plupload/plupload.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ public function handle_upload($form_name)
128128
{
129129
rename("{$file_path}.part", $file_path);
130130

131-
$file_info = new \Symfony\Component\HttpFoundation\File\File($file_path);
132-
133131
// Need to modify some of the $_FILES values to reflect the new file
134132
return array(
135133
'tmp_name' => $file_path,

0 commit comments

Comments
 (0)