summaryrefslogtreecommitdiffstats
path: root/templates/show_song_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_song_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_song_row.inc.php')
-rw-r--r--templates/show_song_row.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_song_row.inc.php b/templates/show_song_row.inc.php
index ca4ca4e4..a7174d8b 100644
--- a/templates/show_song_row.inc.php
+++ b/templates/show_song_row.inc.php
@@ -45,7 +45,7 @@
</a>
<?php } ?>
<?php if (Access::check('interface','75')) { ?>
- <?php echo Ajax::button('?action=show_edit_object&type=song&id=' . $song->id,'edit',_('Edit'),'edit_song_' . $song->id); ?>
+ <?php echo Ajax::button('?action=show_edit_object&type=song_row&id=' . $song->id,'edit',_('Edit'),'edit_song_' . $song->id); ?>
<?php $icon = $song->enabled ? 'disable' : 'enable'; ?>
<?php $button_flip_state_id = 'button_flip_state_' . $song_id; ?>
<span id="<?php echo($button_flip_state_id); ?>">