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_album_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_album_row.inc.php')
-rw-r--r-- | templates/show_album_row.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_album_row.inc.php b/templates/show_album_row.inc.php index fe395342..a413b6ae 100644 --- a/templates/show_album_row.inc.php +++ b/templates/show_album_row.inc.php @@ -52,6 +52,6 @@ if (Browse::is_enabled('show_art')) { </a> <?php } ?> <?php if (Access::check('interface','50')) { ?> - <?php echo Ajax::button('?action=show_edit_object&type=album&id=' . $album->id,'edit',_('Edit'),'edit_album_' . $album->id); ?> + <?php echo Ajax::button('?action=show_edit_object&type=album_row&id=' . $album->id,'edit',_('Edit'),'edit_album_' . $album->id); ?> <?php } ?> </td> |