aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-09-07 11:34:42 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-09-09 08:29:08 +0200
commit1b9e6e352fd4a78e195d22a7dad6cd4f8f11d97c (patch)
tree7338b2bc05ae29186edf83c4f72a9d3f7b99bd86 /phpBB/phpbb/files
parent[ticket/13904] Improve test coverage of filespec class (diff)
downloadphpbb-1b9e6e352fd4a78e195d22a7dad6cd4f8f11d97c.tar.gz
phpbb-1b9e6e352fd4a78e195d22a7dad6cd4f8f11d97c.tar.bz2
phpbb-1b9e6e352fd4a78e195d22a7dad6cd4f8f11d97c.zip
[ticket/13904] Improve test coverage of form upload type
PHPBB3-13904
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
*