diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-17 00:48:18 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-11-17 00:48:18 +0000 |
commit | 4fb9dbd3ef5b0b613efb32c5e02ca64db37d336a (patch) | |
tree | 8dac868509330bd5372eedf9b9f38125ea3f98ba | |
parent | ca3d4572837b4caebee850e11fe3f591bd765dff (diff) | |
download | ampache-4fb9dbd3ef5b0b613efb32c5e02ca64db37d336a.tar.gz ampache-4fb9dbd3ef5b0b613efb32c5e02ca64db37d336a.tar.bz2 ampache-4fb9dbd3ef5b0b613efb32c5e02ca64db37d336a.zip |
fixed the playlist dealie
-rw-r--r-- | playlist.php | 2 |
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&playlist_id=' . $playlist->id,1); break; case 'add_to': case 'add to': |