aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_migrate/ajax/export.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_migrate/ajax/export.php')
-rw-r--r--apps/user_migrate/ajax/export.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/user_migrate/ajax/export.php b/apps/user_migrate/ajax/export.php
index ef947c610f2..fac96577fa2 100644
--- a/apps/user_migrate/ajax/export.php
+++ b/apps/user_migrate/ajax/export.php
@@ -26,8 +26,6 @@ require_once('../../../lib/base.php');
// Check if we are a user
OC_JSON::checkLoggedIn();
OC_Util::checkAppEnabled('user_migrate');
- OC_JSON::error();
- die();
// Which operation
if( $_GET['operation']=='create' ){
$uid = !empty( $_POST['uid'] ) ? $_POST['uid'] : OC_User::getUser();