summaryrefslogtreecommitdiff
path: root/src/mod_muc/mod_muc_room.erl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2013-04-15 11:14:32 +0200
committerBadlop <badlop@process-one.net>2013-04-15 11:14:32 +0200
commitc0afb1f28214177fb8124dde441f1abad63438f7 (patch)
treed70a1043d4d5165ea48a809e917e86d11703facd /src/mod_muc/mod_muc_room.erl
parentFix mod_http_fileserver work with binaries (GITHUB-59) (diff)
Fix bug when getting room config
Diffstat (limited to 'src/mod_muc/mod_muc_room.erl')
-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 c36f4277..d5414395 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_binary(N)};
+ jlib:integer_to_binary(N)};
_ -> {0, <<"none">>}
end,
Res = [#xmlel{name = <<"title">>, attrs = [],