1
0
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:
Andrew Dolgov
2007-10-29 08:24:43 +01:00
parent e9753ab46d
commit 35bf080c31
2 changed files with 5 additions and 5 deletions

View File

@@ -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") {