mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:35:57 +00:00
report top id changed in headlines buffer
This commit is contained in:
@@ -761,7 +761,7 @@
|
||||
if ($current_top_id != $check_top_id) {
|
||||
// top changed, bail out
|
||||
|
||||
return array(false, $feed_title, $feed_site_url, $last_error, $last_updated, $search_words);
|
||||
return array(-1, $feed_title, $feed_site_url, $last_error, $last_updated, $search_words);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user