diff options
author | Tom Needham <needham.thomas@gmail.com> | 2012-03-31 22:50:57 +0000 |
---|---|---|
committer | Tom Needham <needham.thomas@gmail.com> | 2012-03-31 22:50:57 +0000 |
commit | 3e84d8548296152112c09aa0e4a3a4c02b816494 (patch) | |
tree | cad16876c9151ecd40fa6b05c35dfa20ad1dda69 /apps/user_migrate | |
parent | aba3182a7d6c2dc5573a5cca75b2ed5e8abbc3e0 (diff) | |
download | nextcloud-server-3e84d8548296152112c09aa0e4a3a4c02b816494.tar.gz nextcloud-server-3e84d8548296152112c09aa0e4a3a4c02b816494.zip |
remove debug
Diffstat (limited to 'apps/user_migrate')
-rw-r--r-- | apps/user_migrate/ajax/export.php | 2 |
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(); |