summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2013-04-25 16:00:24 +0200
committerBadlop <badlop@process-one.net>2013-04-25 16:00:24 +0200
commit80f165a55c93b2c1d8b07792bbedfb000f0e108f (patch)
tree4741e75d795ccaf96c64d7cf30eabe6da9637431 /src
parentMerge pull request #62 from PaulSD/master (diff)
Fix get of announcement form
Diffstat (limited to 'src')
-rw-r--r--src/mod_announce.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_announce.erl b/src/mod_announce.erl
index 2f639407..b6df4489 100644
--- a/src/mod_announce.erl
+++ b/src/mod_announce.erl
@@ -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">>,