mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Fix get of announcement form
This commit is contained in:
parent
54667511f6
commit
80f165a55c
@ -509,7 +509,7 @@ generate_adhoc_form(Lang, Node, ServerHost) ->
|
||||
or (LNode == ?NS_ADMINL("edit-motd-allhosts")) ->
|
||||
get_stored_motd(ServerHost);
|
||||
true ->
|
||||
{[], []}
|
||||
{<<>>, <<>>}
|
||||
end,
|
||||
#xmlel{
|
||||
name = <<"x">>,
|
||||
|
Loading…
Reference in New Issue
Block a user