diff options
Diffstat (limited to 'templates/show_add_playlist.inc.php')
-rw-r--r-- | templates/show_add_playlist.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_add_playlist.inc.php b/templates/show_add_playlist.inc.php index 0b8c462b..4e994603 100644 --- a/templates/show_add_playlist.inc.php +++ b/templates/show_add_playlist.inc.php @@ -21,7 +21,7 @@ */ ?> <?php show_box_top(T_('Create a new playlist')); ?> -<form name="songs" method="post" action="<?php echo conf('web_path'); ?>/playlist.php"> +<form name="songs" method="post" action="<?php echo Config::get('web_path'); ?>/playlist.php"> <table> <tr> <td><?php echo T_('Name'); ?>:</td> |