mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/15311] Detail errors a little more
PHPBB3-15311
This commit is contained in:
@@ -335,7 +335,7 @@ class acp_database
|
||||
}
|
||||
catch (\phpbb\storage\exception\exception $e)
|
||||
{
|
||||
|
||||
// If open fails, just finish
|
||||
}
|
||||
|
||||
flush();
|
||||
@@ -360,8 +360,7 @@ class acp_database
|
||||
}
|
||||
catch (\phpbb\storage\exception\exception $e)
|
||||
{
|
||||
// Error while copying file from storage to temp
|
||||
exit;
|
||||
trigger_error($user->lang['RESTORE_DOWNLOAD_FAIL'] . adm_back_link($this->u_action));
|
||||
}
|
||||
|
||||
switch ($matches[1])
|
||||
|
Reference in New Issue
Block a user