aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrunoais <brunoaiss@gmail.com>2015-02-18 10:36:29 +0000
committerbrunoais <brunoaiss@gmail.com>2015-02-18 10:36:29 +0000
commitf0850f191551caabdc34fb1a0115092244471beb (patch)
tree49993792083cff8b99e56bd3e9a28ca702883f6c
parent997b2297238cc4e1cee090de490c16d0bca7d478 (diff)
downloadforums-f0850f191551caabdc34fb1a0115092244471beb.tar
forums-f0850f191551caabdc34fb1a0115092244471beb.tar.gz
forums-f0850f191551caabdc34fb1a0115092244471beb.tar.bz2
forums-f0850f191551caabdc34fb1a0115092244471beb.tar.xz
forums-f0850f191551caabdc34fb1a0115092244471beb.zip
[ticket/13631] Better, more explicit comment explanation
PHPBB3-13631
-rw-r--r--phpBB/phpbb/content_visibility.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/content_visibility.php b/phpBB/phpbb/content_visibility.php
index 88182d5d0c..843881ae41 100644
--- a/phpBB/phpbb/content_visibility.php
+++ b/phpBB/phpbb/content_visibility.php
@@ -252,7 +252,7 @@ class content_visibility
* @event core.phpbb_content_visibility_get_global_visibility_before
* @var array where_sqls The action the user tried to execute
* @var string mode Either "topic" or "post" depending on the query this is being used in
- * @var array exclude_forum_ids Array of forum ids which the posts/topics are limited to
+ * @var array exclude_forum_ids Array of forum ids the current user doesn't have access to
* @var string table_alias Table alias to prefix in SQL queries
* @var array approve_forums Array of forums where the user has m_approve permissions
* @var string visibility_sql_overwrite Forces the function to return an implosion of where_sqls (joined by "OR")