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:
parent
f1739ce34d
commit
ce95f1f25a
1 changed files with 1 additions and 1 deletions
|
@ -1934,7 +1934,7 @@ srg_get_displayed(Group, Host) ->
|
||||||
error ->
|
error ->
|
||||||
[]
|
[]
|
||||||
end,
|
end,
|
||||||
proplists:get_value(displayed_groups, Opts).
|
proplists:get_value(displayed_groups, Opts, []).
|
||||||
|
|
||||||
srg_add_displayed(Group, Host, NewGroup) ->
|
srg_add_displayed(Group, Host, NewGroup) ->
|
||||||
Opts =
|
Opts =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue