1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 19:41:55 +02:00

fixed error when downloading files in memory mode

This commit is contained in:
flashk 2007-12-26 18:34:08 +00:00
parent 9839835927
commit 8f1db90bb2

View file

@ -63,6 +63,8 @@ function send_zip( $name, $song_files ) {
$basedir = Config::get('file_zip_path');
}
} else {
$in_memory = '1';
} // if file downloads
/* Require needed library */