mirror of
https://github.com/processone/ejabberd
synced 2025-10-05 19:42:11 +02:00
WebAdmin: Fix crash when viewing SRG created using ejabberd 24.02 (#4245)
This commit is contained in:
parent
f1739ce34d
commit
ce95f1f25a
1 changed files with 1 additions and 1 deletions
|
@ -1934,7 +1934,7 @@ srg_get_displayed(Group, Host) ->
|
|||
error ->
|
||||
[]
|
||||
end,
|
||||
proplists:get_value(displayed_groups, Opts).
|
||||
proplists:get_value(displayed_groups, Opts, []).
|
||||
|
||||
srg_add_displayed(Group, Host, NewGroup) ->
|
||||
Opts =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue