1
0
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:
Andrew Dolgov
2015-07-12 12:01:34 +03:00
parent 1727ceabca
commit 3444020100
4 changed files with 98 additions and 78 deletions

View File

@@ -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);
}
}
}