25
1
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:
Badlop 2013-04-25 16:00:24 +02:00
parent 54667511f6
commit 80f165a55c

View File

@ -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">>,