mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-21 02:21:28 +00:00
fix broken feed refresh w/o daemon
This commit is contained in:
@@ -335,7 +335,7 @@
|
||||
print "<div id=\"headlines\" $rtl_tag>";
|
||||
|
||||
if ($subop == "ForceUpdate" && sprintf("%d", $feed) > 0) {
|
||||
update_generic_feed($link, $feed, $cat_view);
|
||||
update_generic_feed($link, $feed, $cat_view, true);
|
||||
}
|
||||
|
||||
if ($subop == "MarkAllRead") {
|
||||
|
||||
Reference in New Issue
Block a user