# HG changeset patch # User Matthew Wild # Date 1611759355 0 # Node ID 76d045f76f65d6435b6eb1cf9355a6ed703abde7 # Parent a5a0b51d26e9bee211797811e0be5403b2e06d2f mod_groups_internal: Fix incorrect function name diff -r a5a0b51d26e9 -r 76d045f76f65 mod_groups_internal/mod_groups_internal.lua --- a/mod_groups_internal/mod_groups_internal.lua Wed Jan 27 14:55:22 2021 +0000 +++ b/mod_groups_internal/mod_groups_internal.lua Wed Jan 27 14:55:55 2021 +0000 @@ -100,7 +100,7 @@ muc_jid = jid.prep(id.short() .. "@" .. muc_host_name); room = muc_host.create_room(muc_jid) if not room then - delete_group(group_id) + delete(group_id) return nil, "internal-server-error" end room:set_public(false)