mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/8323] Do not allow sending of Private Messages to users who do not have permission to read private messages
PHPBB3-8323
This commit is contained in:
@@ -367,6 +367,7 @@ $lang = array_merge($lang, array(
|
||||
'PM_SENTBOX' => 'Sent messages',
|
||||
'PM_SUBJECT' => 'Message subject',
|
||||
'PM_TO' => 'Send to',
|
||||
'PM_USERS_REMOVED_NO_PERMISSION' => 'Some users couldn’t be added as they do not have permission to read private messages.',
|
||||
'PM_USERS_REMOVED_NO_PM' => 'Some users couldn’t be added as they have disabled private message receipt.',
|
||||
'POPUP_ON_PM' => 'Pop up window on new private message',
|
||||
'POST_EDIT_PM' => 'Edit message',
|
||||
|
Reference in New Issue
Block a user