1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-06 03:50:15 +02:00

WebAdmin: Fix crash when viewing SRG created using ejabberd 24.02 (#4245)

This commit is contained in:
Badlop 2024-07-08 10:53:50 +02:00
parent f1739ce34d
commit ce95f1f25a

View file

@ -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 =