summaryrefslogtreecommitdiffstats
path: root/templates/show_modules.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-10-31 06:55:54 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-10-31 06:55:54 +0000
commit00d74cac5a20c26017554b5e6eaef624b48f886e (patch)
treecfbe1dbf2d9759f9ebbe899728dbe199827b520e /templates/show_modules.inc.php
parent49c1cefcb9a2dc3f81d868655e64d2e357750f9d (diff)
downloadampache-00d74cac5a20c26017554b5e6eaef624b48f886e.tar.gz
ampache-00d74cac5a20c26017554b5e6eaef624b48f886e.tar.bz2
ampache-00d74cac5a20c26017554b5e6eaef624b48f886e.zip
fixed something I thought I had already fixed, and fiddled with democratic play a tiny bit
Diffstat (limited to 'templates/show_modules.inc.php')
-rw-r--r--templates/show_modules.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_modules.inc.php b/templates/show_modules.inc.php
index 4530b75e..5f735b61 100644
--- a/templates/show_modules.inc.php
+++ b/templates/show_modules.inc.php
@@ -27,7 +27,7 @@
*/
/* Get Localplay Modules */
-$localplay_modules = get_localplay_controllers();
+$localplay_modules = get_localplay_controllers('disabled');
$web_path = conf('web_path');
?>
<?php show_box_top(_('Modules')); ?>