aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/feed.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/feed.php')
-rw-r--r--phpBB/feed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/feed.php b/phpBB/feed.php
index 812b667868..4d1a6e94f1 100644
--- a/phpBB/feed.php
+++ b/phpBB/feed.php
@@ -887,7 +887,7 @@ class phpbb_feed_forum extends phpbb_feed_post_base
{
global $auth, $db;
- $m_approve = ($auth->acl_get('m_approve')) ? true : false;
+ $m_approve = ($auth->acl_get('m_approve', $this->forum_id)) ? true : false;
$forum_ids = array(0, $this->forum_id);
// Determine topics with recent activity