1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 13:21:28 +00:00

force DAEMON_REFRESH_ONLY, block synchronous updating

This commit is contained in:
Andrew Dolgov
2007-09-25 05:06:21 +01:00
parent 31a6d42de4
commit 17c0eeba6f
4 changed files with 7 additions and 29 deletions

View File

@@ -424,7 +424,7 @@
function update_rss_feed($link, $feed_url, $feed, $ignore_daemon = false) {
if (DAEMON_REFRESH_ONLY && !$_GET["daemon"] && !$ignore_daemon) {
if (!$_GET["daemon"] && !$ignore_daemon) {
return;
}
@@ -2657,7 +2657,7 @@
print "<param key=\"daemon_enabled\" value=\"" . ENABLE_UPDATE_DAEMON . "\"/>";
print "<param key=\"feeds_frame_refresh\" value=\"" . FEEDS_FRAME_REFRESH . "\"/>";
print "<param key=\"daemon_refresh_only\" value=\"" . DAEMON_REFRESH_ONLY . "\"/>";
print "<param key=\"daemon_refresh_only\" value=\"true\"/>";
print "<param key=\"on_catchup_show_next_feed\" value=\"" .
get_pref($link, "ON_CATCHUP_SHOW_NEXT_FEED") . "\"/>";