diff --git a/src/mod_muc/mod_muc_log.erl b/src/mod_muc/mod_muc_log.erl index a6650186d..1bddae8c3 100644 --- a/src/mod_muc/mod_muc_log.erl +++ b/src/mod_muc/mod_muc_log.erl @@ -877,6 +877,7 @@ roomconfig_to_string(Options, Lang, FileFormat) -> max_users -> "
" ++ OptText ++ ": \"" ++ htmlize(integer_to_list(T), FileFormat) ++ "\"
"; title -> "
" ++ OptText ++ ": \"" ++ htmlize(T, FileFormat) ++ "\"
"; description -> "
" ++ OptText ++ ": \"" ++ htmlize(T, FileFormat) ++ "\"
"; + allow_private_messages_from_visitors -> "
" ++ OptText ++ ": \"" ++ htmlize(atom_to_list(T), FileFormat) ++ "\"
"; _ -> "\"" ++ T ++ "\"" end end,