summaryrefslogtreecommitdiffstats
path: root/templates/show_edit_album.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-06 06:05:32 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-06 06:05:32 +0000
commitb3dcd437cb507774753659faa113d499e107e201 (patch)
treefaaaf999315b575f063c0564ea4d6d5aebb9ea5e /templates/show_edit_album.inc.php
parentf7cfd87117fbd41911bb6823aec8ea3ffdd72350 (diff)
downloadampache-b3dcd437cb507774753659faa113d499e107e201.tar.gz
ampache-b3dcd437cb507774753659faa113d499e107e201.tar.bz2
ampache-b3dcd437cb507774753659faa113d499e107e201.zip
fixed lack of prefix on albums improves album art search results, thx darkside
Diffstat (limited to 'templates/show_edit_album.inc.php')
-rw-r--r--templates/show_edit_album.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_edit_album.inc.php b/templates/show_edit_album.inc.php
index ca657672..e8f30373 100644
--- a/templates/show_edit_album.inc.php
+++ b/templates/show_edit_album.inc.php
@@ -26,7 +26,7 @@
<tr class="<?php echo flip_class(); ?>">
<td><?php echo _('Name'); ?></td>
<td>
- <input type="textbox" name="name" value="<?php echo scrub_out($album->name); ?>">
+ <input type="textbox" name="name" value="<?php echo scrub_out($album->full_name); ?>">
</td>
</tr>
<tr class="<?php echo flip_class(); ?>">