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 0393a55037..5043c89572 100644
--- a/phpBB/feed.php
+++ b/phpBB/feed.php
@@ -982,7 +982,7 @@ class phpbb_feed_news extends phpbb_feed_base
$this->set('enable_smilies', 'enable_smilies');
$this->set('enable_magic_url', 'enable_magic_url');
- $this->num_items = (int) $config['feed_overall_forums_limit'];
+ $this->num_items = (int) $config['feed_limit'];
}
function get_sql()