diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2012-10-15 16:08:39 +0300 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2012-10-15 16:08:39 +0300 |
commit | 0b42d702590208ab687ba953f6b0516f6bd48975 (patch) | |
tree | 06db0ccdc4d3abcfe6a3e73888aa9cc3fa2e8e4e | |
parent | f08ff3b6e64d3ca5db3862cf18eacb3b9197feae (diff) | |
download | nextcloud-server-0b42d702590208ab687ba953f6b0516f6bd48975.tar.gz nextcloud-server-0b42d702590208ab687ba953f6b0516f6bd48975.zip |
Unneeded double check
-rw-r--r-- | settings/ajax/changepassword.php | 1 |
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"]; |