mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 07:21:30 +02:00
Use correct limit config parameter in the News feed.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10346 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user