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

Fixes #4972 ACL assignment creation was still passing config to contructor

Showing with 1 addition and 1 deletion
+1 -1
...@@ -63,7 +63,7 @@ class aclAssignmentCreationDialog extends simplePlugin ...@@ -63,7 +63,7 @@ class aclAssignmentCreationDialog extends simplePlugin
$this->simpleManagement = $parent; $this->simpleManagement = $parent;
parent::__construct(NULL, $config->current['BASE']); parent::__construct($config->current['BASE']);
$this->attributesAccess['baseDn']->setInLdap(FALSE); $this->attributesAccess['baseDn']->setInLdap(FALSE);
} }
......
  • bmortier @bmortier

    mentioned in issue #1577 (closed)

    By Jonathan Swaelens on 2017-09-02T15:31:18 (imported from GitLab)

    ·

    mentioned in issue #1577 (closed)

    By Jonathan Swaelens on 2017-09-02T15:31:18 (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