From b95a7b1ecc22abeddb786105e6b9cb1417fd2735 Mon Sep 17 00:00:00 2001 From: Paul 'flowerysong' Arthur Date: Wed, 9 Jun 2010 01:35:50 +0000 Subject: I should have done it this way in the first place, instead of that ugly show_playlist_full_row hack. --- templates/show_edit_album_row.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/show_edit_album_row.inc.php') diff --git a/templates/show_edit_album_row.inc.php b/templates/show_edit_album_row.inc.php index 0f4d5324..b103a2cd 100644 --- a/templates/show_edit_album_row.inc.php +++ b/templates/show_edit_album_row.inc.php @@ -45,8 +45,8 @@ - - id . '&type=album','download',_('Save Changes'),'save_album_' . $album->id,'edit_album_' . $album->id); ?> + + id . '&type=album_row','download',_('Save Changes'),'save_album_' . $album->id,'edit_album_' . $album->id); ?> -- cgit