diff options
Diffstat (limited to 'lib/batch.lib.php')
-rw-r--r-- | lib/batch.lib.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/batch.lib.php b/lib/batch.lib.php index ce2cea1f..a4120110 100644 --- a/lib/batch.lib.php +++ b/lib/batch.lib.php @@ -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 */ |