summaryrefslogtreecommitdiffstats
path: root/lib/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/init.php')
-rw-r--r--lib/init.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/init.php b/lib/init.php
index 68a6db21..3a72f40a 100644
--- a/lib/init.php
+++ b/lib/init.php
@@ -225,6 +225,9 @@ else {
// Load the Preferences from the database
init_preferences();
+// We need to create the tmp playlist for our user
+$GLOBALS['user']->load_playlist();
+
/* Add in some variables for ajax done here because we need the user */
Config::set('ajax_url',Config::get('web_path') . '/server/ajax.server.php',1);