Unverified Commit 48aa50a6 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(groups) Fix initialization of $childTypes in GroupMembersAttribute

issue #6072
Showing with 1 addition and 1 deletion
+1 -1
......@@ -23,7 +23,7 @@
class GroupMembersAttribute extends ObjectsAttribute
{
protected $typeToCodeMap;
protected $childTypes;
protected $childTypes = [];
function __construct ($label, $description, $ldapName, $required = FALSE, $defaultValue = [], $store_attr = 'dn', $display_attr = 'cn', array $filterElementDefinitions = NULL, $acl = '')
{
......
  • bmortier @bmortier

    mentioned in issue #5818

    By Côme Chilliet on 2020-11-02T14:22:23 (imported from GitLab)

    ·

    mentioned in issue #5818

    By Côme Chilliet on 2020-11-02T14:22: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