diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2015-02-20 22:26:47 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2015-02-20 22:26:47 +0100 |
| commit | 3657d7a85a5489f55ced17326064e63924303928 (patch) | |
| tree | ef5cc4954e515c05c34de69728eda954248e6046 /phpBB/phpbb | |
| parent | 7f3ad29c478a2825f8b29efef595f73318d955a0 (diff) | |
| parent | 379eae1a923e563bd1685835a1e913bb75ae1102 (diff) | |
| download | forums-3657d7a85a5489f55ced17326064e63924303928.tar forums-3657d7a85a5489f55ced17326064e63924303928.tar.gz forums-3657d7a85a5489f55ced17326064e63924303928.tar.bz2 forums-3657d7a85a5489f55ced17326064e63924303928.tar.xz forums-3657d7a85a5489f55ced17326064e63924303928.zip | |
Merge branch '3.1.x'
Diffstat (limited to 'phpBB/phpbb')
| -rw-r--r-- | phpBB/phpbb/content_visibility.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/content_visibility.php b/phpBB/phpbb/content_visibility.php index c8516d6c85..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 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") @@ -261,7 +261,7 @@ class content_visibility $vars = array( 'where_sqls', 'mode', - 'forum_ids', + 'exclude_forum_ids', 'table_alias', 'approve_forums', 'visibility_sql_overwrite', |
