1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 07:31:28 +00:00

vf_shared: fix warning

This commit is contained in:
Andrew Dolgov
2013-07-11 14:23:46 +04:00
parent 3c4dead676
commit d272da9120

View File

@@ -37,7 +37,7 @@ class VF_Shared extends Plugin {
function get_headlines($feed_id, $options) { function get_headlines($feed_id, $options) {
$qfh_ret = queryFeedHeadlines(-4, $qfh_ret = queryFeedHeadlines(-4,
$options['limit'], $options['limit'],
$this->get_unread() > 0 ? "adaptive" : "all_articles", $this->get_unread(-1) > 0 ? "adaptive" : "all_articles",
false, false,
$options['search'], $options['search'],
$options['search_mode'], $options['search_mode'],