]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove debug
authorTom Needham <needham.thomas@gmail.com>
Sat, 31 Mar 2012 22:50:57 +0000 (22:50 +0000)
committerTom Needham <needham.thomas@gmail.com>
Sat, 31 Mar 2012 22:50:57 +0000 (22:50 +0000)
apps/user_migrate/ajax/export.php

index ef947c610f2db6143fa530f3aace8691f6cebadd..fac96577fa21de0517b9d58c71f46cfd71db29b8 100644 (file)
@@ -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();