diff options
author | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-06-09 01:35:50 +0000 |
---|---|---|
committer | Paul 'flowerysong' Arthur <flowerysong00@yahoo.com> | 2010-06-09 01:35:50 +0000 |
commit | b95a7b1ecc22abeddb786105e6b9cb1417fd2735 (patch) | |
tree | 2847bbd9b370f50379082f4c60fea8b37e139ce6 /templates/show_live_stream_row.inc.php | |
parent | a22acbd014dae01d10639779777819d630e85b40 (diff) | |
download | ampache-b95a7b1ecc22abeddb786105e6b9cb1417fd2735.tar.gz ampache-b95a7b1ecc22abeddb786105e6b9cb1417fd2735.tar.bz2 ampache-b95a7b1ecc22abeddb786105e6b9cb1417fd2735.zip |
I should have done it this way in the first place, instead of that ugly
show_playlist_full_row hack.
Diffstat (limited to 'templates/show_live_stream_row.inc.php')
-rw-r--r-- | templates/show_live_stream_row.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_live_stream_row.inc.php b/templates/show_live_stream_row.inc.php index c73d0176..baf91c90 100644 --- a/templates/show_live_stream_row.inc.php +++ b/templates/show_live_stream_row.inc.php @@ -29,7 +29,7 @@ <td class="cel_tag"><?php echo $radio->f_tag; ?></td> <td class="cel_action"> <?php if (Access::check('interface','50')) { ?> - <?php echo Ajax::button('?action=show_edit_object&type=live_stream&id=' . $radio->id,'edit',_('Edit'),'edit_radio_' . $radio->id); ?> + <?php echo Ajax::button('?action=show_edit_object&type=live_stream_row&id=' . $radio->id,'edit',_('Edit'),'edit_radio_' . $radio->id); ?> <?php } ?> <?php if (Access::check('interface','75')) { ?> <?php echo Ajax::button('?page=browse&action=delete_object&type=live_stream&id=' . $radio->id,'delete',_('Delete'),'delete_radio_' . $radio->id); ?> |