diff options
author | Andreas Fischer <bantu@phpbb.com> | 2009-07-17 16:39:16 +0000 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2009-07-17 16:39:16 +0000 |
commit | 50e5bdf08cac2c98c233876a5439aefa1d77e436 (patch) | |
tree | 87406cdeffb9795b23ea7abaf3c3882ec29a5849 /phpBB/includes/acp | |
parent | 9b9298cfaa0612372926ba83feef39a2c6c215fe (diff) | |
download | forums-50e5bdf08cac2c98c233876a5439aefa1d77e436.tar forums-50e5bdf08cac2c98c233876a5439aefa1d77e436.tar.gz forums-50e5bdf08cac2c98c233876a5439aefa1d77e436.tar.bz2 forums-50e5bdf08cac2c98c233876a5439aefa1d77e436.tar.xz forums-50e5bdf08cac2c98c233876a5439aefa1d77e436.zip |
Small change to r9765, Bug #47495
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9773 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acp')
-rw-r--r-- | phpBB/includes/acp/acp_database.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/phpBB/includes/acp/acp_database.php b/phpBB/includes/acp/acp_database.php index 575137ea2d..bf02a58dce 100644 --- a/phpBB/includes/acp/acp_database.php +++ b/phpBB/includes/acp/acp_database.php @@ -548,9 +548,7 @@ class base_extractor if (!$this->fp) { - global $user; - - trigger_error($user->lang['FILE_WRITE_FAIL'], E_USER_ERROR); + trigger_error('FILE_WRITE_FAIL', E_USER_ERROR); } } } |