summaryrefslogtreecommitdiffstats
path: root/templates/show_modules.inc.php
diff options
context:
space:
mode:
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')); ?>