mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 06:20:46 +02:00
[ticket/13904] Improve test coverage of form upload type
PHPBB3-13904
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user