mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 09:51:29 +00:00
vf_shared: fix warning
This commit is contained in:
@@ -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'],
|
||||||
|
|||||||
Reference in New Issue
Block a user