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

Fixes #4923 Cyrus error

Showing with 1 addition and 1 deletion
+1 -1
...@@ -225,7 +225,7 @@ class userManagement extends simpleManagement ...@@ -225,7 +225,7 @@ class userManagement extends simpleManagement
if (class_available($plug['CLASS'])) { if (class_available($plug['CLASS'])) {
$name = $plug['CLASS']; $name = $plug['CLASS'];
$usertabs[$name] = new $name($dn); $usertabs[$name] = new $name('new');
} }
} }
} }
......
  • bmortier @bmortier

    mentioned in issue #1569

    By bmortier on 2017-09-02T15:30:57 (imported from GitLab)

    ·

    mentioned in issue #1569

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