summaryrefslogtreecommitdiffstats
path: root/playlist.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-03-28 07:00:32 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-03-28 07:00:32 +0000
commitc603a3c5c098393e8aaa72e293daec5a431ee0c9 (patch)
treed9841a0585e5a5c9004d0bbfa8db9e7480c23b54 /playlist.php
parent0bacebf1eb56430e0c0013be1604045ca25246ef (diff)
downloadampache-c603a3c5c098393e8aaa72e293daec5a431ee0c9.tar.gz
ampache-c603a3c5c098393e8aaa72e293daec5a431ee0c9.tar.bz2
ampache-c603a3c5c098393e8aaa72e293daec5a431ee0c9.zip
fixed a minor flaging glitch
Diffstat (limited to 'playlist.php')
-rw-r--r--playlist.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/playlist.php b/playlist.php
index 1f802202..2e90a4f5 100644
--- a/playlist.php
+++ b/playlist.php
@@ -85,6 +85,7 @@ switch ($action) {
$playlist->add_songs($song_ids);
/* Show the Playlist */
+ $_REQUEST['playlist_id'] = $playlist->id;
show_playlist($playlist);
break;
case 'add_dyn_song':