replace spaces with tabs

use true instead of 1
This commit is contained in:
root 2014-02-21 17:09:36 +01:00
parent d10f6e94dc
commit 300b1131b4
1 changed files with 5 additions and 5 deletions

View File

@ -172,7 +172,7 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface {
// avoid loops
return array();
}
$seen[$dn] = 1;
$seen[$dn] = true;
$filter = $this->access->combineFilterWithAnd(array(
$this->access->connection->ldapGroupFilter,
$this->access->connection->ldapGroupMemberAssocAttr.'='.$dn