aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp
diff options
context:
space:
mode:
authorNathan <exreaction@phpbb.com>2012-07-03 23:35:17 -0500
committerNathan <exreaction@phpbb.com>2012-07-10 12:34:38 -0500
commite6d4e9bbb98feaee7a413967d6500163ebe7282c (patch)
tree3675677d4d1e5ab39ccfdda9046495ed22d9d4e3 /phpBB/includes/ucp
parentc38bb4254abec403add35378da67092c8513a3c4 (diff)
downloadforums-e6d4e9bbb98feaee7a413967d6500163ebe7282c.tar
forums-e6d4e9bbb98feaee7a413967d6500163ebe7282c.tar.gz
forums-e6d4e9bbb98feaee7a413967d6500163ebe7282c.tar.bz2
forums-e6d4e9bbb98feaee7a413967d6500163ebe7282c.tar.xz
forums-e6d4e9bbb98feaee7a413967d6500163ebe7282c.zip
[ticket/8323] Correcting the comment
PHPBB3-8323
Diffstat (limited to 'phpBB/includes/ucp')
-rw-r--r--phpBB/includes/ucp/ucp_pm_compose.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_pm_compose.php b/phpBB/includes/ucp/ucp_pm_compose.php
index 2ab6090533..2a2ad48063 100644
--- a/phpBB/includes/ucp/ucp_pm_compose.php
+++ b/phpBB/includes/ucp/ucp_pm_compose.php
@@ -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
if (!$auth->acl_gets('a_', 'm_') && !$auth->acl_getf_global('m_'))
{