From 84b483c99a32452dc53b9b77fdf818c710bcd5d3 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 6 Mar 2008 04:55:19 +0000 Subject: fixed playlist update on full strict of mysql5.x and jpg mime type --- lib/class/user.class.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/class/user.class.php') 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'); -- cgit