aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/files
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/files')
-rw-r--r--phpBB/phpbb/files/types/form.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/phpBB/phpbb/files/types/form.php b/phpBB/phpbb/files/types/form.php
index b8ad62f58b..1662e0e920 100644
--- a/phpBB/phpbb/files/types/form.php
+++ b/phpBB/phpbb/files/types/form.php
@@ -69,16 +69,6 @@ class form extends base
}
/**
- * {@inheritdoc}
- */
- public function set_upload(upload $upload)
- {
- $this->upload = $upload;
-
- return $this;
- }
-
- /**
* Form upload method
* Upload file from users harddisk
*