1
0
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:
Ruben Calvo
2023-09-22 16:52:22 +02:00
parent 4974f86059
commit 58ecd3b048
27 changed files with 954 additions and 621 deletions

View File

@@ -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
}

View File

@@ -351,7 +351,7 @@ class upload
return false;
}
}
catch (\phpbb\storage\exception\exception $e)
catch (\phpbb\storage\exception\storage_exception $e)
{
// Do nothing
}