summaryrefslogtreecommitdiffstats
path: root/templates/show_edit_song_row.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-07-22 18:45:19 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-07-22 18:45:19 +0000
commitb62f10549d421dfee1d9f4268522946f665ae11f (patch)
tree7f5998ef0ca895989697839f108dcc4751e92276 /templates/show_edit_song_row.inc.php
parentff606dbefca94580b56a081c5d3089037a2d033d (diff)
downloadampache-b62f10549d421dfee1d9f4268522946f665ae11f.tar.gz
ampache-b62f10549d421dfee1d9f4268522946f665ae11f.tar.bz2
ampache-b62f10549d421dfee1d9f4268522946f665ae11f.zip
fixed a minor typo with the evilbit
Diffstat (limited to 'templates/show_edit_song_row.inc.php')
-rw-r--r--templates/show_edit_song_row.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_edit_song_row.inc.php b/templates/show_edit_song_row.inc.php
index dba9c6ee..853e467c 100644
--- a/templates/show_edit_song_row.inc.php
+++ b/templates/show_edit_song_row.inc.php
@@ -38,8 +38,8 @@
<input type="textbox" size="3" value="<?php echo scrub_out($song->track); ?>" />
</td>
<td>
- <input type="hidden" name="id" value="<?php echo $album->id; ?>" />
- <input type="hidden" name="type" value="album" />
+ <input type="hidden" name="id" value="<?php echo $song->id; ?>" />
+ <input type="hidden" name="type" value="song" />
<?php echo Ajax::button('?action=edit_object&id=' . $song->id . '&type=song','download',_('Save Changes'),'save_song_' . $song->id,'edit_song_' . $song->id); ?>
</td>
</table>