summaryrefslogtreecommitdiffstats
path: root/templates/show_live_stream_row.inc.php
diff options
context:
space:
mode:
authorPaul 'flowerysong' Arthur <flowerysong00@yahoo.com>2010-06-09 01:35:50 +0000
committerPaul 'flowerysong' Arthur <flowerysong00@yahoo.com>2010-06-09 01:35:50 +0000
commitb95a7b1ecc22abeddb786105e6b9cb1417fd2735 (patch)
tree2847bbd9b370f50379082f4c60fea8b37e139ce6 /templates/show_live_stream_row.inc.php
parenta22acbd014dae01d10639779777819d630e85b40 (diff)
downloadampache-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.php2
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); ?>