code style
This commit is contained in:
parent
5252fc52ed
commit
df8c67721d
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ if ($_POST) {
|
|||
OCP\Config::setAppValue('user_ldap', $param, 0);
|
||||
}
|
||||
}
|
||||
if($clearCache){
|
||||
if($clearCache) {
|
||||
$ldap = new \OCA\user_ldap\lib\Connection('user_ldap');
|
||||
$ldap->clearCache();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue