mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-26 09:31:28 +00:00
do not die if DEFAULT_UPDATE_INTERVAL is not found
This commit is contained in:
@@ -178,7 +178,7 @@
|
||||
$upd_intl = $line["update_interval"];
|
||||
|
||||
if (!$upd_intl || $upd_intl == 0) {
|
||||
$upd_intl = get_pref($link, 'DEFAULT_UPDATE_INTERVAL', $user_id);
|
||||
$upd_intl = get_pref($link, 'DEFAULT_UPDATE_INTERVAL', $user_id, false);
|
||||
}
|
||||
|
||||
if ($upd_intl < 0) {
|
||||
|
||||
Reference in New Issue
Block a user