mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/8323] Correcting the comment
PHPBB3-8323
This commit is contained in:
parent
c38bb4254a
commit
e6d4e9bbb9
1 changed files with 1 additions and 1 deletions
|
@ -1266,7 +1266,7 @@ function handle_message_list_actions(&$address_list, &$error, $remove_u, $remove
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check if users have permission to read PMs
|
// Check if users are banned
|
||||||
// Only check if not a moderator or admin, since they are allowed to override this user setting
|
// Only check if not a moderator or admin, since they are allowed to override this user setting
|
||||||
if (!$auth->acl_gets('a_', 'm_') && !$auth->acl_getf_global('m_'))
|
if (!$auth->acl_gets('a_', 'm_') && !$auth->acl_getf_global('m_'))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue