summaryrefslogtreecommitdiffstats
path: root/lib/class/user.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class/user.class.php')
-rw-r--r--lib/class/user.class.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/class/user.class.php b/lib/class/user.class.php
index 817f81ba..ad5c20f3 100644
--- a/lib/class/user.class.php
+++ b/lib/class/user.class.php
@@ -522,6 +522,8 @@ class User {
return false;
}
+ $this->set_preferences();
+
// Check if lastfm is loaded, if so run the update
if (Plugin::is_installed('Last.FM')) {
$lastfm = new Plugin('Lastfm');