From 1b9e6e352fd4a78e195d22a7dad6cd4f8f11d97c Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 7 Sep 2015 11:34:42 +0200 Subject: [ticket/13904] Improve test coverage of form upload type PHPBB3-13904 --- phpBB/phpbb/files/types/form.php | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'phpBB/phpbb') 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 @@ -68,16 +68,6 @@ class form extends base return $this->form_upload($args[0]); } - /** - * {@inheritdoc} - */ - public function set_upload(upload $upload) - { - $this->upload = $upload; - - return $this; - } - /** * Form upload method * Upload file from users harddisk -- cgit v1.2.1