1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

[ticket/8323] Do not allow sending of Private Messages to users who are banned

PHPBB3-8323
This commit is contained in:
Nathan
2012-07-03 23:34:07 -05:00
parent c53d7f0b62
commit c38bb4254a
2 changed files with 18 additions and 0 deletions

View File

@@ -367,6 +367,7 @@ $lang = array_merge($lang, array(
'PM_SENTBOX' => 'Sent messages',
'PM_SUBJECT' => 'Message subject',
'PM_TO' => 'Send to',
'PM_USERS_REMOVED_BANNED' => 'Some users couldnt be added as they are banned.',
'PM_USERS_REMOVED_NO_PERMISSION' => 'Some users couldnt be added as they do not have permission to read private messages.',
'PM_USERS_REMOVED_NO_PM' => 'Some users couldnt be added as they have disabled private message receipt.',
'POPUP_ON_PM' => 'Pop up window on new private message',