summaryrefslogtreecommitdiffstats
path: root/playlist.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-24 04:07:17 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-09-24 04:07:17 +0000
commitbd0008f450fe55b28590e209917da8a61ebdc373 (patch)
tree46888d1841923ae1f8fb5039f650e776a0b36229 /playlist.php
parentded54786a5d1f24d21b2ffe1ec9d2d2b664a8c54 (diff)
downloadampache-bd0008f450fe55b28590e209917da8a61ebdc373.tar.gz
ampache-bd0008f450fe55b28590e209917da8a61ebdc373.tar.bz2
ampache-bd0008f450fe55b28590e209917da8a61ebdc373.zip
quick commit so I can build a nightly
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'):