diff options
Diffstat (limited to 'templates/show_modules.inc.php')
-rw-r--r-- | templates/show_modules.inc.php | 2 |
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')); ?> |