diff --git a/functions.php b/functions.php index 1475bc053..e408376b5 100644 --- a/functions.php +++ b/functions.php @@ -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) {