diff options
Diffstat (limited to 'apps/user_migrate/settings.php')
-rw-r--r-- | apps/user_migrate/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_migrate/settings.php b/apps/user_migrate/settings.php index d862ac5a82a..2d200c0f769 100644 --- a/apps/user_migrate/settings.php +++ b/apps/user_migrate/settings.php @@ -36,7 +36,7 @@ if (isset($_POST['user_export'])) { header("Content-Length: " . filesize($path)); @ob_end_clean(); readfile($path); - OC_Migrate::cleanUp( $path ); + unlink( $path ); } } if( isset( $_POST['user_import'] ) ){ // TODO |