summaryrefslogtreecommitdiffstats
path: root/templates/show_edit_album_row.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_edit_album_row.inc.php')
-rw-r--r--templates/show_edit_album_row.inc.php4
1 files changed, 2 insertions, 2 deletions
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 @@
</td>
<td>
<input type="hidden" name="id" value="<?php echo $album->id; ?>" />
- <input type="hidden" name="type" value="album" />
- <?php echo Ajax::button('?action=edit_object&id=' . $album->id . '&type=album','download',_('Save Changes'),'save_album_' . $album->id,'edit_album_' . $album->id); ?>
+ <input type="hidden" name="type" value="album_row" />
+ <?php echo Ajax::button('?action=edit_object&id=' . $album->id . '&type=album_row','download',_('Save Changes'),'save_album_' . $album->id,'edit_album_' . $album->id); ?>
</td>
</tr>
</table>