aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/feed.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/feed.php')
-rw-r--r--phpBB/feed.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/feed.php b/phpBB/feed.php
index 3a3cd988b6..4522f2f940 100644
--- a/phpBB/feed.php
+++ b/phpBB/feed.php
@@ -352,7 +352,8 @@ class phpbb_feed_factory
break;
case 'topics':
- if (!$config['feed_overall_topics'])
+ case 'topics_new':
+ if (!$config['feed_topics_new'])
{
return false;
}