summaryrefslogtreecommitdiffstats
path: root/playlist.php
diff options
context:
space:
mode:
Diffstat (limited to 'playlist.php')
-rw-r--r--playlist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/playlist.php b/playlist.php
index 7e8fcd82..042824f0 100644
--- a/playlist.php
+++ b/playlist.php
@@ -120,7 +120,7 @@ switch ($action) {
show_playlist_edit($_REQUEST['playlist_id']);
break;
case 'new':
- show_playlist_create();
+ require (conf('prefix') . '/templates/show_add_playlist.inc.php');
break;
case 'remove_song':
case _('Remote Selected Tracks'):