mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Small change to r9765, Bug #47495
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9773 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
9b9298cfaa
commit
50e5bdf08c
1 changed files with 1 additions and 3 deletions
|
@ -548,9 +548,7 @@ class base_extractor
|
||||||
|
|
||||||
if (!$this->fp)
|
if (!$this->fp)
|
||||||
{
|
{
|
||||||
global $user;
|
trigger_error('FILE_WRITE_FAIL', E_USER_ERROR);
|
||||||
|
|
||||||
trigger_error($user->lang['FILE_WRITE_FAIL'], E_USER_ERROR);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue