mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02:00
Some nitpicks before we include this file in a final release.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10202 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -450,7 +450,7 @@ class phpbb_feed
|
|||||||
$this->sql = array();
|
$this->sql = array();
|
||||||
|
|
||||||
// Set some values for pagination
|
// Set some values for pagination
|
||||||
$this->num_items = $config['feed_limit'];
|
$this->num_items = (int) $config['feed_limit'];
|
||||||
$this->set_keys();
|
$this->set_keys();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -828,7 +828,7 @@ class phpbb_feed_forums extends phpbb_feed
|
|||||||
$this->set('date', 'forum_last_post_time');
|
$this->set('date', 'forum_last_post_time');
|
||||||
$this->set('options', 'forum_desc_options');
|
$this->set('options', 'forum_desc_options');
|
||||||
|
|
||||||
$this->num_items = $config['feed_overall_forums_limit'];
|
$this->num_items = (int) $config['feed_overall_forums_limit'];
|
||||||
}
|
}
|
||||||
|
|
||||||
function open()
|
function open()
|
||||||
|
Reference in New Issue
Block a user