1
0
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:
Rubén Calvo
2017-09-10 14:46:37 +02:00
parent 5a65208341
commit 6d2c815c75
2 changed files with 3 additions and 3 deletions

View File

@@ -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])