summaryrefslogtreecommitdiffstats
path: root/admin/modules.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/modules.php')
-rw-r--r--admin/modules.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/modules.php b/admin/modules.php
index 9c64e271..0678ff7c 100644
--- a/admin/modules.php
+++ b/admin/modules.php
@@ -44,7 +44,7 @@ switch ($action) {
break;
case 'confirm_remove_localplay_preferences':
$type = scrub_in($_REQUEST['type']);
- $url = conf('web_path') . '/admin/modules.php?action=remove_localplay_preferences&' . $type;
+ $url = conf('web_path') . '/admin/modules.php?action=remove_localplay_preferences&type=' . $type;
$title = _('Are you sure you want to remove this module?');
$body = '';
show_confirmation($title,$body,$url,1);