mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge pull request #6105 from 3D-I/ticket/16672
[ticket/16672] Fix invalid lang key content for delete backup in ACP
This commit is contained in:
@@ -280,7 +280,7 @@ class acp_database
|
||||
}
|
||||
catch (\Exception $e)
|
||||
{
|
||||
trigger_error($user->lang['BACKUP_ERROR'] . adm_back_link($this->u_action), E_USER_WARNING);
|
||||
trigger_error($user->lang['BACKUP_DELETE_ERROR'] . adm_back_link($this->u_action), E_USER_WARNING);
|
||||
}
|
||||
|
||||
trigger_error($user->lang['BACKUP_DELETE'] . adm_back_link($this->u_action));
|
||||
|
Reference in New Issue
Block a user