summaryrefslogtreecommitdiffstats
path: root/lib/batch.lib.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/batch.lib.php')
-rw-r--r--lib/batch.lib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/batch.lib.php b/lib/batch.lib.php
index f30f6f16..3d22a72f 100644
--- a/lib/batch.lib.php
+++ b/lib/batch.lib.php
@@ -50,7 +50,7 @@ function get_song_files( $song_ids ) {
function send_zip( $name, $song_files ) {
/* Require needed library */
- require_once(conf('prefix') . '/lib/archive.lib.php' );
+ require_once(conf('prefix') . '/modules/archive/archive.lib.php' );
$arc = new zip_file( $name . ".zip" );
$options = array(
'inmemory' => 1, // create archive in memory