Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2013-03-22 20:14:47 +0400
committerBadlop <badlop@process-one.net>2013-03-22 20:14:47 +0400
commit9b510579b350da1bd305097e253849baa66b5767 (patch)
treed46240af136f9c4127ac8269601f449a6b60d114 /src
parentd901aa982bcd83a5952ee32aa5887717b855187e (diff)
Fix room configuration after binarization
Diffstat (limited to 'src')
-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 = [],