diff options
Diffstat (limited to 'apps/admin_export/settings.php')
-rw-r--r-- | apps/admin_export/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/admin_export/settings.php b/apps/admin_export/settings.php index 269147a3bc6..719bedb66e8 100644 --- a/apps/admin_export/settings.php +++ b/apps/admin_export/settings.php @@ -28,7 +28,7 @@ OC_Util::checkAppEnabled('admin_export'); // Export? if (isset($_POST['admin_export'])) { // Create the export zip - if( !$path = OC_Migrate::export( $_POST['export_type'] ) ){ + if( !$path = OC_Migrate::export( null, $_POST['export_type'] ) ){ // Error die('error'); } else { |