From c0afb1f28214177fb8124dde441f1abad63438f7 Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 15 Apr 2013 11:14:32 +0200 Subject: [PATCH] Fix bug when getting room config --- src/mod_muc/mod_muc_room.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod_muc/mod_muc_room.erl b/src/mod_muc/mod_muc_room.erl index c36f42779..d54143956 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 = [],