diff options
author | David M <davidmj@users.sourceforge.net> | 2006-05-07 02:54:13 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2006-05-07 02:54:13 +0000 |
commit | 870cb6efd07f8f7034b1b5221b892c797dcde387 (patch) | |
tree | ea0b29092feb3b9bd21b48d5f10e67773185494c /phpBB/includes/acp | |
parent | 75db5992742ee7b6a820a3e8f6033abf791d65b4 (diff) | |
download | forums-870cb6efd07f8f7034b1b5221b892c797dcde387.tar forums-870cb6efd07f8f7034b1b5221b892c797dcde387.tar.gz forums-870cb6efd07f8f7034b1b5221b892c797dcde387.tar.bz2 forums-870cb6efd07f8f7034b1b5221b892c797dcde387.tar.xz forums-870cb6efd07f8f7034b1b5221b892c797dcde387.zip |
- eh? meh.
git-svn-id: file:///svn/phpbb/trunk@5893 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acp')
-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) |