summaryrefslogtreecommitdiffstats
path: root/templates/show_edit_song_row.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_edit_song_row.inc.php')
-rw-r--r--templates/show_edit_song_row.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_edit_song_row.inc.php b/templates/show_edit_song_row.inc.php
index cbab7739..28f95b7a 100644
--- a/templates/show_edit_song_row.inc.php
+++ b/templates/show_edit_song_row.inc.php
@@ -23,7 +23,7 @@
<form method="post" id="edit_song_<?php echo $song->id; ?>">
<table cellpadding="3" cellspacing="0">
<td>
- <input type="textbox" name="name" value="<?php echo scrub_out($song->title); ?>" />
+ <input type="textbox" name="title" value="<?php echo scrub_out($song->title); ?>" />
</td>
<td>
<?php show_artist_select('artist',$song->artist,true,$song->id); ?>