1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

Fix Bug #58595 - ATOM Feed exposes forum content under some circumstances.

This commit is contained in:
Andreas Fischer
2010-03-05 18:51:30 +01:00
parent ac32927566
commit 7f991e8480
2 changed files with 2 additions and 1 deletions

View File

@@ -522,7 +522,7 @@ class phpbb_feed_base
if (!isset($forum_ids))
{
$forum_ids = array_keys($auth->acl_getf('f_read'));
$forum_ids = array_keys($auth->acl_getf('f_read', true));
}
return $forum_ids;