summaryrefslogtreecommitdiffstats
path: root/templates/rightbar.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-10-02 16:47:32 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-10-02 16:47:32 +0000
commit8045c0121ca3e22af2945faa072c5de4b329d7d8 (patch)
tree54223286cc542dd9bbb4674002ae51176f171733 /templates/rightbar.inc.php
parente496a54bfa8271e727410dc66a82992a89081283 (diff)
downloadampache-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.php2
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>