mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-08 12:00:59 +02:00
properly select next unread feed in feedlist when catching up
This commit is contained in:
parent
6b244a85a4
commit
1098687a22
@ -289,7 +289,11 @@
|
||||
WHERE id = '$feed' AND owner_uid = ".$_SESSION["uid"]);
|
||||
}
|
||||
|
||||
print "<headlines id=\"$feed\" is_cat=\"$cat_view\"><![CDATA[";
|
||||
if (!$next_unread_feed) {
|
||||
print "<headlines id=\"$feed\" is_cat=\"$cat_view\"><![CDATA[";
|
||||
} else {
|
||||
print "<headlines id=\"$next_unread_feed\" is_cat=\"$cat_view\"><![CDATA[";
|
||||
}
|
||||
|
||||
$override_order = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user