summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;