Skip to content
Snippets Groups Projects
Commit 0810d80f authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Add a closing )

Thanks Jenkins!
parent fef73d96
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ $password = $_POST["password"];
$oldPassword=isset($_POST["oldpassword"])?$_POST["oldpassword"]:'';
$userstatus = null;
if(OC_User::isAdminUser(OC_User::getUser()) {
if(OC_User::isAdminUser(OC_User::getUser())) {
$userstatus = 'admin';
}
if(OC_SubAdmin::isUserAccessible(OC_User::getUser(), $username)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment