summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
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) {