aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/plupload
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2013-11-11 21:24:44 +0100
committerMarc Alexander <admin@m-a-styles.de>2013-11-11 21:24:44 +0100
commit81caa35955b696e1ffdcafe4ccdd72a83700b773 (patch)
treefc454b4b21402b9248b5215b24b3f06e8a0c057e /phpBB/phpbb/plupload
parentbef6a5a6401314da7e5688907f4ebfc06ef83f2b (diff)
downloadforums-81caa35955b696e1ffdcafe4ccdd72a83700b773.tar
forums-81caa35955b696e1ffdcafe4ccdd72a83700b773.tar.gz
forums-81caa35955b696e1ffdcafe4ccdd72a83700b773.tar.bz2
forums-81caa35955b696e1ffdcafe4ccdd72a83700b773.tar.xz
forums-81caa35955b696e1ffdcafe4ccdd72a83700b773.zip
[ticket/11912] Remove obsolete $file_info from plupload
PHPBB3-11912
Diffstat (limited to 'phpBB/phpbb/plupload')
-rw-r--r--phpBB/phpbb/plupload/plupload.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/phpbb/plupload/plupload.php b/phpBB/phpbb/plupload/plupload.php
index dedc3cbcd4..f9f2fdd812 100644
--- a/phpBB/phpbb/plupload/plupload.php
+++ b/phpBB/phpbb/plupload/plupload.php
@@ -128,8 +128,6 @@ class plupload
{
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
return array(
'tmp_name' => $file_path,