diff options
Diffstat (limited to 'admin')
-rw-r--r-- | admin/modules.php | 2 |
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); |