diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-10-02 16:47:32 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-10-02 16:47:32 +0000 |
commit | 8045c0121ca3e22af2945faa072c5de4b329d7d8 (patch) | |
tree | 54223286cc542dd9bbb4674002ae51176f171733 /templates/rightbar.inc.php | |
parent | e496a54bfa8271e727410dc66a82992a89081283 (diff) | |
download | ampache-8045c0121ca3e22af2945faa072c5de4b329d7d8.tar.gz ampache-8045c0121ca3e22af2945faa072c5de4b329d7d8.tar.bz2 ampache-8045c0121ca3e22af2945faa072c5de4b329d7d8.zip |
make the append to playlist actually do something
Diffstat (limited to 'templates/rightbar.inc.php')
-rw-r--r-- | templates/rightbar.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/rightbar.inc.php b/templates/rightbar.inc.php index a6f15779..155fd420 100644 --- a/templates/rightbar.inc.php +++ b/templates/rightbar.inc.php @@ -37,7 +37,7 @@ $playlist->format(); ?> <li> - <?php echo Ajax::text('?page=playlist&action=append',$playlist->f_name,'rb_append_playlist_' . $playlist->id); ?> + <?php echo Ajax::text('?page=playlist&action=append&playlist_id=' . $playlist->id,$playlist->f_name,'rb_append_playlist_' . $playlist->id); ?> </li> <?php } ?> </ul> |