diff options
Diffstat (limited to 'lib/init.php')
-rw-r--r-- | lib/init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/init.php b/lib/init.php index 4611e4f0..28ac53d1 100644 --- a/lib/init.php +++ b/lib/init.php @@ -231,7 +231,7 @@ else { } // Load the Preferences from the database -init_preferences(); +Preference::init(); // We need to create the tmp playlist for our user $GLOBALS['user']->load_playlist(); |