diff options
Diffstat (limited to 'templates/show_rename_artist.inc.php')
-rw-r--r-- | templates/show_rename_artist.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_rename_artist.inc.php b/templates/show_rename_artist.inc.php index 3f8f277f..74ef6485 100644 --- a/templates/show_rename_artist.inc.php +++ b/templates/show_rename_artist.inc.php @@ -27,7 +27,7 @@ function insert() } </script> <?php /* HINT: Artist Name */ show_box_top(sprintf(T_('Rename %s'), $artist->name)); ?> -<form name="rename_artist" method="post" action="<?php echo conf('web_path'); ?>/artists.php?action=rename&artist=<?php echo $artist->id; ?>" style="Display:inline;"> +<form name="rename_artist" method="post" action="<?php echo Config::get('web_path'); ?>/artists.php?action=rename&artist=<?php echo $artist->id; ?>" style="Display:inline;"> <?php show_artist_pulldown($artist->id, "artist_id", 4); ?> <br /> <?php echo T_('OR'); ?><br /> |