mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/15699] Rewrite acp_storage
PHPBB3-15699
This commit is contained in:
@@ -453,7 +453,7 @@ class filespec_storage
|
||||
fclose($fp);
|
||||
}
|
||||
}
|
||||
catch (\phpbb\storage\exception\exception $e)
|
||||
catch (\phpbb\storage\exception\storage_exception $e)
|
||||
{
|
||||
$this->error[] = $this->language->lang($this->upload->error_prefix . 'GENERAL_UPLOAD_ERROR', $this->destination_file);
|
||||
$this->file_moved = false;
|
||||
|
Reference in New Issue
Block a user