summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-14 16:04:22 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-14 16:04:22 +0000
commit9c15441ab4b0359ccd0c7e03f06b021be4e53f33 (patch)
tree6f00b5acc323de25d6b8735dd3919ccade516eea
parent1411a26beabed49bb5e9ac8c5cf29dd594fff578 (diff)
downloadampache-9c15441ab4b0359ccd0c7e03f06b021be4e53f33.tar.gz
ampache-9c15441ab4b0359ccd0c7e03f06b021be4e53f33.tar.bz2
ampache-9c15441ab4b0359ccd0c7e03f06b021be4e53f33.zip
wups typo
-rw-r--r--admin/modules.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/modules.php b/admin/modules.php
index f53a4130..498a1032 100644
--- a/admin/modules.php
+++ b/admin/modules.php
@@ -44,7 +44,7 @@ switch ($_REQUEST['action']) {
// Go ahead and enable Localplay (Admin->System) as we assume they want to do that
// if they are enabling this
- Prefernece::update('allow_localplay_playback','-1','1');
+ Preference::update('allow_localplay_playback','-1','1');
header("Location:" . Config::get('web_path') . '/admin/modules.php?action=show_localplay');
break;