mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +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")) ->
|
or (LNode == ?NS_ADMINL("edit-motd-allhosts")) ->
|
||||||
get_stored_motd(ServerHost);
|
get_stored_motd(ServerHost);
|
||||||
true ->
|
true ->
|
||||||
{[], []}
|
{<<>>, <<>>}
|
||||||
end,
|
end,
|
||||||
#xmlel{
|
#xmlel{
|
||||||
name = <<"x">>,
|
name = <<"x">>,
|
||||||
|
Loading…
Reference in New Issue
Block a user