code style

This commit is contained in:
Arthur Schiwon 2012-11-02 09:42:10 +01:00
parent 5252fc52ed
commit df8c67721d
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}