summaryrefslogtreecommitdiffstats
path: root/playlist.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-11-17 00:48:18 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-11-17 00:48:18 +0000
commit4fb9dbd3ef5b0b613efb32c5e02ca64db37d336a (patch)
tree8dac868509330bd5372eedf9b9f38125ea3f98ba /playlist.php
parentca3d4572837b4caebee850e11fe3f591bd765dff (diff)
downloadampache-4fb9dbd3ef5b0b613efb32c5e02ca64db37d336a.tar.gz
ampache-4fb9dbd3ef5b0b613efb32c5e02ca64db37d336a.tar.bz2
ampache-4fb9dbd3ef5b0b613efb32c5e02ca64db37d336a.zip
fixed the playlist dealie
Diffstat (limited to 'playlist.php')
-rw-r--r--playlist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/playlist.php b/playlist.php
index 41bed506..0e36bd4e 100644
--- a/playlist.php
+++ b/playlist.php
@@ -54,7 +54,7 @@ switch ($action) {
/* Show Confirmation Question */
$message = _('Are you sure you want to delete this playlist') . " " . $playlist->name . "?";
- show_confirmation(_('Confirm Action'),$message,'/playlist.php',1);
+ show_confirmation(_('Confirm Action'),$message,'/playlist.php?action=delete_playlist&amp;playlist_id=' . $playlist->id,1);
break;
case 'add_to':
case 'add to':