summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/connection.php
diff options
context:
space:
mode:
authorRobin McCorkell <rmccorkell@karoshi.org.uk>2014-05-15 21:47:28 +0100
committerRobin McCorkell <rmccorkell@karoshi.org.uk>2014-05-16 22:23:36 +0100
commite7aebc5c32c783f75a26f6ebc8116886a8cb55cf (patch)
tree30896945eae58ba3121bb08cc609a1bd6637844c /apps/user_ldap/lib/connection.php
parent5b1ffd761172aef168283b92eb8d45e3118620b2 (diff)
downloadnextcloud-server-e7aebc5c32c783f75a26f6ebc8116886a8cb55cf.tar.gz
nextcloud-server-e7aebc5c32c783f75a26f6ebc8116886a8cb55cf.zip
Fix whitespace issues
Diffstat (limited to 'apps/user_ldap/lib/connection.php')
-rw-r--r--apps/user_ldap/lib/connection.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/connection.php b/apps/user_ldap/lib/connection.php
index 7e2f8d1d957..3a900a6fce4 100644
--- a/apps/user_ldap/lib/connection.php
+++ b/apps/user_ldap/lib/connection.php
@@ -289,7 +289,7 @@ class Connection extends LDAPUtility {
private function doSoftValidation() {
//if User or Group Base are not set, take over Base DN setting
foreach(array('ldapBaseUsers', 'ldapBaseGroups') as $keyBase) {
- $val = $this->configuration->$keyBase;
+ $val = $this->configuration->$keyBase;
if(empty($val)) {
$obj = strpos('Users', $keyBase) !== false ? 'Users' : 'Groups';
\OCP\Util::writeLog('user_ldap',