mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user