vf_shared: fix warning

This commit is contained in:
Andrew Dolgov 2013-07-11 14:23:46 +04:00
parent 3c4dead676
commit d272da9120
1 changed files with 1 additions and 1 deletions

View File

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