24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-14 22:00:16 +02:00

mod_muc_room: Fix typo

Thanks to Evgeniy for spotting this.
This commit is contained in:
Holger Weiss 2017-12-06 16:50:45 +01:00
parent abeee837fc
commit c2b22bd6c1

View File

@ -693,7 +693,7 @@ terminate(Reason, _StateName, StateData) ->
sub_els = [#muc_user{items = [#muc_item{affiliation = none, sub_els = [#muc_user{items = [#muc_item{affiliation = none,
reason = ReasonT, reason = ReasonT,
role = none}], role = none}],
status_codes = [332|110]}]}, status_codes = [332,110]}]},
(?DICT):fold(fun (LJID, Info, _) -> (?DICT):fold(fun (LJID, Info, _) ->
Nick = Info#user.nick, Nick = Info#user.nick,
case Reason of case Reason of