summaryrefslogtreecommitdiffstats
path: root/admin/modules.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-04-09 07:55:50 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-04-09 07:55:50 +0000
commit5aeac3b17e31d0cc88321a614469c4f3f1a9c0dc (patch)
treeff7ceb1767ce45ab9dc9e5e192ed36bc69e3db90 /admin/modules.php
parent79a890b7bf7bd9b31e6879c64d5651cef02975f3 (diff)
downloadampache-5aeac3b17e31d0cc88321a614469c4f3f1a9c0dc.tar.gz
ampache-5aeac3b17e31d0cc88321a614469c4f3f1a9c0dc.tar.bz2
ampache-5aeac3b17e31d0cc88321a614469c4f3f1a9c0dc.zip
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
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&amp;' . $type;
+ $url = conf('web_path') . '/admin/modules.php?action=remove_localplay_preferences&amp;type=' . $type;
$title = _('Are you sure you want to remove this module?');
$body = '';
show_confirmation($title,$body,$url,1);