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:
@@ -287,7 +287,7 @@ class acp_database
|
||||
fclose($fp);
|
||||
fclose($stream);
|
||||
}
|
||||
catch (\phpbb\storage\exception\exception $e)
|
||||
catch (\phpbb\storage\exception\storage_exception $e)
|
||||
{
|
||||
trigger_error($user->lang['RESTORE_DOWNLOAD_FAIL'] . adm_back_link($this->u_action));
|
||||
}
|
||||
|
Reference in New Issue
Block a user