aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2013-03-22 17:14:47 +0100
committerBadlop <badlop@process-one.net>2013-03-22 17:14:47 +0100
commit9b510579b350da1bd305097e253849baa66b5767 (patch)
treed46240af136f9c4127ac8269601f449a6b60d114
parentFix privacy list broadcast internal stanza after binarization (diff)
Fix room configuration after binarization
-rw-r--r--src/mod_muc/mod_muc_room.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_muc/mod_muc_room.erl b/src/mod_muc/mod_muc_room.erl
index ee9c52390..c36f42779 100644
--- a/src/mod_muc/mod_muc_room.erl
+++ b/src/mod_muc/mod_muc_room.erl
@@ -3287,7 +3287,7 @@ get_config(Lang, StateData, From) ->
of
N when is_integer(N) ->
{N,
- erlang:integer_to_list(N)};
+ erlang:integer_to_binary(N)};
_ -> {0, <<"none">>}
end,
Res = [#xmlel{name = <<"title">>, attrs = [],