Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2012-10-15 17:08:39 +0400
committerLukas Reschke <lukas@statuscode.ch>2012-10-15 17:08:39 +0400
commit0b42d702590208ab687ba953f6b0516f6bd48975 (patch)
tree06db0ccdc4d3abcfe6a3e73888aa9cc3fa2e8e4e /settings
parentf08ff3b6e64d3ca5db3862cf18eacb3b9197feae (diff)
Unneeded double check
Diffstat (limited to 'settings')
-rw-r--r--settings/ajax/changepassword.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/settings/ajax/changepassword.php b/settings/ajax/changepassword.php
index b251fea504b..b3ebbe6e456 100644
--- a/settings/ajax/changepassword.php
+++ b/settings/ajax/changepassword.php
@@ -2,7 +2,6 @@
// Init owncloud
require_once '../../lib/base.php';
-OCP\JSON::callCheck();
$username = isset($_POST["username"]) ? $_POST["username"] : OC_User::getUser();
$password = $_POST["password"];