Fix indentation

This commit is contained in:
Lukas Reschke 2013-01-30 00:17:41 +01:00
parent 0067ac6ca6
commit a7aff48658
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {