diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-01-30 00:17:41 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2013-01-30 00:17:41 +0100 |
commit | a7aff48658d66f9bd0df891be6bbbf9e11b2d20a (patch) | |
tree | 17ff96e2d703195072808c9cc72129bee6891d4e /settings/ajax | |
parent | 0067ac6ca6389b61917cd7a19e7772e68ea78e8a (diff) | |
download | nextcloud-server-a7aff48658d66f9bd0df891be6bbbf9e11b2d20a.tar.gz nextcloud-server-a7aff48658d66f9bd0df891be6bbbf9e11b2d20a.zip |
Fix indentation
Diffstat (limited to 'settings/ajax')
-rw-r--r-- | settings/ajax/changepassword.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/ajax/changepassword.php b/settings/ajax/changepassword.php index f6fa38fd9ba..c1ff0a63701 100644 --- a/settings/ajax/changepassword.php +++ b/settings/ajax/changepassword.php @@ -16,7 +16,7 @@ if(OC_SubAdmin::isUserAccessible(OC_User::getUser(), $username)) { $userstatus = 'subadmin'; } if(OC_User::getUser() === $username && OC_User::checkPassword($username, $oldPassword)) { - $userstatus = 'user'; + $userstatus = 'user'; } if(is_null($userstatus)) { |