mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-16 14:46:28 +02:00
do not validate username when disallowing it. ;) - #1220
git-svn-id: file:///svn/phpbb/trunk@5694 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -197,7 +197,8 @@ $lang = array_merge($lang, array(
|
||||
'DISALLOWED_DELETED' => 'The disallowed username has been successfully removed',
|
||||
'DISALLOW_SUCCESSFUL' => 'The disallowed username has been successfully added',
|
||||
|
||||
'NO_DISALLOWED' => 'No Disallowed Usernames',
|
||||
'NO_DISALLOWED' => 'No Disallowed Usernames',
|
||||
'NO_USERNAME_SPECIFIED' => 'You haven\'t selected or entered a username to operate with.',
|
||||
));
|
||||
|
||||
// Reasons
|
||||
|
Reference in New Issue
Block a user