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 = [],