summaryrefslogtreecommitdiff
path: root/classes/pref
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-25 09:33:36 +0300
committerAndrew Dolgov <[email protected]>2021-02-25 09:33:36 +0300
commit988eb3ac91f039583fcc56fb8d551106592e80bf (patch)
treeb55e7c059d381a837d13579d55c6371a4ff5864b /classes/pref
parent922a6992153a95b0639253752a6125a45d4fd3ab (diff)
initial (wip) for new prefs
Diffstat (limited to 'classes/pref')
-rw-r--r--classes/pref/prefs.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/pref/prefs.php b/classes/pref/prefs.php
index 0d0dcadbc..ffee57ed5 100644
--- a/classes/pref/prefs.php
+++ b/classes/pref/prefs.php
@@ -1370,6 +1370,8 @@ class Pref_Prefs extends Handler_Protected {
static function _init_user_prefs($uid, $profile = false) {
+ Prefs::initialize($uid, $profile);
+
if (get_schema_version() < 63) $profile_qpart = "";
$pdo = Db::pdo();