1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:25:54 +00:00

minor first_id query fix

This commit is contained in:
Andrew Dolgov
2015-07-12 18:47:06 +03:00
parent 48fefe2f6b
commit d5e0486e0c

View File

@@ -732,6 +732,7 @@
$first_id = false;
// if previous topmost article id changed that means our current pagination is no longer valid
$query = "SELECT DISTINCT
ttrss_feeds.title,
date_entered,
guid,
ttrss_entries.id,