mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/15699] Rewrite acp_storage
PHPBB3-15699
This commit is contained in:
@@ -351,7 +351,7 @@ class upload
|
||||
return false;
|
||||
}
|
||||
}
|
||||
catch (\phpbb\storage\exception\exception $e)
|
||||
catch (\phpbb\storage\exception\storage_exception $e)
|
||||
{
|
||||
// Do nothing
|
||||
}
|
||||
|
Reference in New Issue
Block a user