mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
[ticket/15699] Rewrite acp_storage
PHPBB3-15699
This commit is contained in:
@@ -464,7 +464,7 @@ class delete
|
||||
return true;
|
||||
}
|
||||
}
|
||||
catch (\phpbb\storage\exception\exception $exception)
|
||||
catch (\phpbb\storage\exception\storage_exception $exception)
|
||||
{
|
||||
// Fail is covered by return statement below
|
||||
}
|
||||
|
Reference in New Issue
Block a user