Commit d141961e authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Merge branch '5732-listing-objects-should-check-acl-on-attributes' into '1.3-dev'

Resolve "Listing objects should check ACL on attributes"

Closes #5732

See merge request fusiondirectory/fd!89
Showing with 1 addition and 1 deletion
+1 -1
...@@ -85,7 +85,7 @@ class ldapFilter ...@@ -85,7 +85,7 @@ class ldapFilter
function listUsedAttributes(&$result = array()) function listUsedAttributes(&$result = array())
{ {
foreach ($this->subparts as $subpart) { foreach ($this->subparts as $subpart) {
$subpart->listAttributes($result); $subpart->listUsedAttributes($result);
} }
return $result; return $result;
} }
......
  • bmortier @bmortier

    mentioned in commit 9d91f1cf

    By Côme Chilliet on 2018-03-21T11:26:23 (imported from GitLab)

    ·

    mentioned in commit 9d91f1cf

    By Côme Chilliet on 2018-03-21T11:26:23 (imported from GitLab)

    Toggle commit list
  • bmortier @bmortier

    mentioned in merge request !179

    By Côme Chilliet on 2018-03-21T11:26:36 (imported from GitLab)

    ·

    mentioned in merge request !179

    By Côme Chilliet on 2018-03-21T11:26:36 (imported from GitLab)

    Toggle commit list
  • bmortier @bmortier

    mentioned in commit 31ab36c1

    By Côme Chilliet on 2018-03-21T11:35:11 (imported from GitLab)

    ·

    mentioned in commit 31ab36c1

    By Côme Chilliet on 2018-03-21T11:35:11 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment