summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-12-25 22:56:14 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-12-25 22:56:14 +0000
commita792f82334ab87cdcaf9cb8c9a87b9bc16812045 (patch)
treeeb641ae91799147503d28d10f24928d0acb4220a /modules
parent27158141ee1a14b7d23ae8997d2c41b49fc904d9 (diff)
downloadampache-a792f82334ab87cdcaf9cb8c9a87b9bc16812045.tar.gz
ampache-a792f82334ab87cdcaf9cb8c9a87b9bc16812045.tar.bz2
ampache-a792f82334ab87cdcaf9cb8c9a87b9bc16812045.zip
fixed user preferences..
Diffstat (limited to 'modules')
-rw-r--r--modules/init.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/init.php b/modules/init.php
index 5b2f983a..198eb010 100644
--- a/modules/init.php
+++ b/modules/init.php
@@ -256,6 +256,7 @@ if (!isset($no_session) AND conf('use_auth')) {
init_preferences();
set_theme();
$user = new User($_SESSION['userdata']['username']);
+ $user->set_preferences();
$user->update_last_seen();
}
if (!conf('use_auth')) {