diff options
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/acp/acp_database.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_database.php b/phpBB/includes/acp/acp_database.php index 4afbea026d..7502cbe8be 100644 --- a/phpBB/includes/acp/acp_database.php +++ b/phpBB/includes/acp/acp_database.php @@ -1041,7 +1041,7 @@ class acp_database if (!(file_exists($file) && is_readable($file))) { - trigger_error($lang['BACKUP_INVALID']); + trigger_error($user->lang['BACKUP_INVALID']); } if ($delete) |