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

Fixes #4981 Used the wrong var in aclManagement

Showing with 1 addition and 1 deletion
+1 -1
...@@ -184,7 +184,7 @@ class aclManagement extends simpleManagement ...@@ -184,7 +184,7 @@ class aclManagement extends simpleManagement
$type = 'aclAssignment'; $type = 'aclAssignment';
/* This might throw an exception which is catched in aclAssignmentCreationDialog */ /* This might throw an exception which is catched in aclAssignmentCreationDialog */
$tabObject = objects::open($this->dn, $type); $tabObject = objects::open($dn, $type);
/* This will happen only if the exception is not thrown */ /* This will happen only if the exception is not thrown */
$this->closeDialogs(); $this->closeDialogs();
......
  • bmortier @bmortier

    mentioned in issue #1580

    By bmortier on 2017-09-02T15:31:23 (imported from GitLab)

    ·

    mentioned in issue #1580

    By bmortier on 2017-09-02T15:31:23 (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