Skip to content
Snippets Groups Projects
Commit f4dc0f47 authored by Quentin CHEVALIER's avatar Quentin CHEVALIER
Browse files

Minor fix

parent 71468528
No related branches found
No related tags found
No related merge requests found
......@@ -157,6 +157,7 @@ export class Group {
await Tools.remove(uid, cur_id, "speakers") &&
await Tools.remove(uid, cur_id, "members");
stack.concat(await Basics.searchSingle("group", ldapConfig.group.childs, cur_id));
}
}
return res;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment