summaryrefslogtreecommitdiffstats
path: root/templates/show_artist_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_artist_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_artist_row.inc.php')
-rw-r--r--templates/show_artist_row.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_artist_row.inc.php b/templates/show_artist_row.inc.php
index c02b27cf..e61aca56 100644
--- a/templates/show_artist_row.inc.php
+++ b/templates/show_artist_row.inc.php
@@ -37,6 +37,6 @@
</a>
<?php } ?>
<?php if (Access::check('interface','50')) { ?>
- <?php echo Ajax::button('?action=show_edit_object&type=artist&id=' . $artist->id,'edit',_('Edit'),'edit_artist_' . $artist->id); ?>
+ <?php echo Ajax::button('?action=show_edit_object&type=artist_row&id=' . $artist->id,'edit',_('Edit'),'edit_artist_' . $artist->id); ?>
<?php } ?>
</td>