From 5aeac3b17e31d0cc88321a614469c4f3f1a9c0dc Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 9 Apr 2006 07:55:50 +0000 Subject: added an ugly localplay view page, and made it so you can remove songs from your mpd playlist... its ugly.. I know.. ooh yea you can also deactivate modules now --- admin/modules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin') 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); -- cgit