summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2012-11-02 09:42:10 +0100
committerArthur Schiwon <blizzz@owncloud.com>2012-11-02 09:42:10 +0100
commitdf8c67721df1358eab7aa5794ef223a5bc8f0b59 (patch)
tree1b7c0436530d66d2e4b34ef5489e2d5e56f44bb0 /apps/user_ldap
parent5252fc52edf604eb4ad1256387a3e9512d799d0e (diff)
downloadnextcloud-server-df8c67721df1358eab7aa5794ef223a5bc8f0b59.tar.gz
nextcloud-server-df8c67721df1358eab7aa5794ef223a5bc8f0b59.zip
code style
Diffstat (limited to 'apps/user_ldap')
-rw-r--r--apps/user_ldap/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/settings.php b/apps/user_ldap/settings.php
index ca9855df6c1..f9ad2db94a0 100644
--- a/apps/user_ldap/settings.php
+++ b/apps/user_ldap/settings.php
@@ -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();
}