mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 20:38:52 +00:00
- Buh? Incorrect lang index...
git-svn-id: file:///svn/phpbb/trunk@5397 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
a5d438756d
commit
1cadb39b87
1 changed files with 1 additions and 2 deletions
|
@ -125,8 +125,7 @@ class acp_words
|
|||
|
||||
add_log('admin', 'LOG_WORD_DELETE', $deleted_word);
|
||||
|
||||
$message = $user->lang['WORD_REMOVE'];
|
||||
trigger_error($message . adm_back_link($u_action));
|
||||
trigger_error($user->lang['WORD_REMOVED'] . adm_back_link($u_action));
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue