From 988eb3ac91f039583fcc56fb8d551106592e80bf Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 25 Feb 2021 09:33:36 +0300 Subject: initial (wip) for new prefs --- classes/pref/prefs.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'classes/pref') 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(); -- cgit v1.2.3