mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Fix indentation
This commit is contained in:
parent
0067ac6ca6
commit
a7aff48658
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue