git-svn-id: file:///svn/phpbb/trunk@7293 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M 2007-04-07 03:45:59 +00:00
parent 1232935c61
commit 191276c61b

View file

@ -216,7 +216,7 @@ class acp_database
$file_name = $phpbb_root_path . 'store/' . $matches[0]; $file_name = $phpbb_root_path . 'store/' . $matches[0];
if (!file_exists($file_name) || !is_readable($file_name))) if (!file_exists($file_name) || !is_readable($file_name))
{ {
trigger_error($user->lang['BACKUP_INVALID'] . adm_back_link($this->u_action), E_USER_WARNING); trigger_error($user->lang['BACKUP_INVALID'] . adm_back_link($this->u_action), E_USER_WARNING);
} }