aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_migrate/settings.php
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2012-03-15 20:52:43 +0000
committerTom Needham <needham.thomas@gmail.com>2012-03-15 20:52:43 +0000
commit50233d075c47c86a5a26d4f946f8aa09f703cb15 (patch)
treee562c0e6ee1457aa3ea72a0564e401ee924094ba /apps/user_migrate/settings.php
parentc9be325af2707b256f83cafbda3f7e3713f97876 (diff)
downloadnextcloud-server-50233d075c47c86a5a26d4f946f8aa09f703cb15.tar.gz
nextcloud-server-50233d075c47c86a5a26d4f946f8aa09f703cb15.zip
Improve admin_export ui and move system export cde to OC_Migrate
Diffstat (limited to 'apps/user_migrate/settings.php')
-rw-r--r--apps/user_migrate/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_migrate/settings.php b/apps/user_migrate/settings.php
index 04aca51f518..d862ac5a82a 100644
--- a/apps/user_migrate/settings.php
+++ b/apps/user_migrate/settings.php
@@ -26,7 +26,7 @@ OC_Util::checkAppEnabled('user_migrate');
if (isset($_POST['user_export'])) {
// Create the export zip
- if( !$path = OC_Migrate::createExportFile() ){
+ if( !$path = OC_Migrate::createUserExportFile() ){
// Error
die('error');
} else {