summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2012-10-15 16:08:39 +0300
committerLukas Reschke <lukas@statuscode.ch>2012-10-15 16:08:39 +0300
commit0b42d702590208ab687ba953f6b0516f6bd48975 (patch)
tree06db0ccdc4d3abcfe6a3e73888aa9cc3fa2e8e4e
parentf08ff3b6e64d3ca5db3862cf18eacb3b9197feae (diff)
downloadnextcloud-server-0b42d702590208ab687ba953f6b0516f6bd48975.tar.gz
nextcloud-server-0b42d702590208ab687ba953f6b0516f6bd48975.zip
Unneeded double check
-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"];