summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-17 14:26:10 +0100
committerAndrew Dolgov <[email protected]>2006-05-17 14:26:10 +0100
commit233b8e07d4bccb17d3fc7b5844ec9e40d2593eb1 (patch)
tree567ede1d81aab869fa2a8fb12d4241367775d56d /backend.php
parente0998414d827d84f92ebff4f8f80f48390d9f8e7 (diff)
fix bug in previous patch, take two on closing #63
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/backend.php b/backend.php
index 066700dc5..9d4c694a4 100644
--- a/backend.php
+++ b/backend.php
@@ -106,6 +106,12 @@
setcookie('ttrss_vf_refresh', FEEDS_FRAME_REFRESH);
setcookie('ttrss_vf_daemon', ENABLE_UPDATE_DAEMON);
+
+ if (get_pref($link, "ON_CATCHUP_SHOW_NEXT_FEED")) {
+ setcookie('ttrss_vf_catchupnext', 1);
+ } else {
+ setcookie('ttrss_vf_catchupnext', 0);
+ }
}
$fetch = $_GET["fetch"];