summaryrefslogtreecommitdiff
path: root/db-prefs.php
diff options
context:
space:
mode:
Diffstat (limited to 'db-prefs.php')
-rw-r--r--db-prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-prefs.php b/db-prefs.php
index 07c4548d3..0858c2ce4 100644
--- a/db-prefs.php
+++ b/db-prefs.php
@@ -7,7 +7,7 @@
$_SESSION["prefs_cache"] = array();
}
- function get_pref($link, $pref_name, $user_id = false, $die_on_error = true) {
+ function get_pref($link, $pref_name, $user_id = false, $die_on_error = false) {
$pref_name = db_escape_string($pref_name);