summaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-17 08:41:21 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-17 08:41:21 +0000
commit7c661ba685287efd21512f9f0203641200bffed2 (patch)
treeb99371285778815b3faabbaae6b9e8d7bf3e19e1 /admin
parentce1a8672d4b2d78b8301527311a410af893c4943 (diff)
downloadampache-7c661ba685287efd21512f9f0203641200bffed2.tar.gz
ampache-7c661ba685287efd21512f9f0203641200bffed2.tar.bz2
ampache-7c661ba685287efd21512f9f0203641200bffed2.zip
* Added Recommendations based on matching ratings between users
* Integrated LastFM plugin (defaults to disabled still) * Fixed a view issue with the Admin Localplay Level preference * removed some old MPD pages that were not being usedwq
Diffstat (limited to 'admin')
-rw-r--r--admin/preferences.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/preferences.php b/admin/preferences.php
index 27922ea5..ba4802e3 100644
--- a/admin/preferences.php
+++ b/admin/preferences.php
@@ -56,6 +56,7 @@ switch($action) {
$preferences = $temp_user->get_preferences();
}
else {
+ $fullname = _('Site');
init_preferences();
$GLOBALS['user']->set_preferences();
set_theme();
@@ -78,7 +79,7 @@ switch($action) {
break;
default:
$preferences = $temp_user->get_preferences();
- $fullname = "Site";
+ $fullname = _('Site');
break;
} // End Switch Action