summaryrefslogtreecommitdiffstats
path: root/playlist.php
diff options
context:
space:
mode:
authorpb1dft <pb1dft@ampache>2006-11-18 01:35:06 +0000
committerpb1dft <pb1dft@ampache>2006-11-18 01:35:06 +0000
commit67a4624f8953e6cba588d2603fdeb6863d000f84 (patch)
treeb2c1db807e72042e9bdd5ab7c463812f9c9f11fc /playlist.php
parentc522a2c1e97518d21e351821c27a9188e0cb3a1d (diff)
downloadampache-67a4624f8953e6cba588d2603fdeb6863d000f84.tar.gz
ampache-67a4624f8953e6cba588d2603fdeb6863d000f84.tar.bz2
ampache-67a4624f8953e6cba588d2603fdeb6863d000f84.zip
Rewrote the Dutch Translation Files and some otherminor typos
Diffstat (limited to 'playlist.php')
-rw-r--r--playlist.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/playlist.php b/playlist.php
index 0e36bd4e..f4aa6119 100644
--- a/playlist.php
+++ b/playlist.php
@@ -158,13 +158,13 @@ switch ($action) {
$dir = dirname($_FILES['filename']['tmp_name']) . "/";
$filename = $dir . basename($_FILES['filename']['name']);
move_uploaded_file($_FILES['filename']['tmp_name'], $filename );
-
+
$catalog = new Catalog();
$catalog->import_m3u($filename);
$url = conf('web_path') . '/playlist.php';
$title = _('Playlist Imported');
- $body = '';
+ $body = basename($_FILES['filename']['name']);
show_confirmation($title,$body,$url);
break;
case 'set_track_numbers':