summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index 116082988..430525754 100644
--- a/functions.php
+++ b/functions.php
@@ -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") . "\"/>";