mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 05:41:39 +00:00
fix bug in previous patch, take two on closing #63
This commit is contained in:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user