mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/15286] Fix tests
PHPBB3-15286
This commit is contained in:
@@ -293,7 +293,7 @@ class upload
|
||||
$this->file_data['error'][] = $this->language->lang('ATTACH_QUOTA_REACHED');
|
||||
$this->file_data['post_attach'] = false;
|
||||
|
||||
$this->file->remove();
|
||||
$this->file->remove($this->storage);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
@@ -19,7 +19,7 @@ use phpbb\files\filespec;
|
||||
use phpbb\language\language;
|
||||
use phpbb\request\request_interface;
|
||||
|
||||
class local extends base
|
||||
class local_storage extends base
|
||||
{
|
||||
/** @var factory Files factory */
|
||||
protected $factory;
|
||||
|
Reference in New Issue
Block a user