25
1
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:
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")) -> 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">>,