From 3887ab1f65fa556368d555e33b5c3e9ab59459da Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 16 Dec 2007 21:37:23 +0000 Subject: fixed some playlist issues, (mime type and selection) cleaned up the preferences lib a little more moved a lot into the class, updated references to old functions --- lib/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/init.php') 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(); -- cgit