aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2017-12-06 16:50:45 +0100
committerHolger Weiss <holger@zedat.fu-berlin.de>2017-12-06 16:50:45 +0100
commitc2b22bd6c1460d31bebf0bdffeef3da43b812549 (patch)
treef3ccb15f7705feb0a401c1031e336e8e622c3af8 /src
parentBump xmpp and fast_xml revisions (diff)
mod_muc_room: Fix typo
Thanks to Evgeniy for spotting this.
Diffstat (limited to 'src')
-rw-r--r--src/mod_muc_room.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_muc_room.erl b/src/mod_muc_room.erl
index b86f2371b..6ab920384 100644
--- a/src/mod_muc_room.erl
+++ b/src/mod_muc_room.erl
@@ -693,7 +693,7 @@ terminate(Reason, _StateName, StateData) ->
sub_els = [#muc_user{items = [#muc_item{affiliation = none,
reason = ReasonT,
role = none}],
- status_codes = [332|110]}]},
+ status_codes = [332,110]}]},
(?DICT):fold(fun (LJID, Info, _) ->
Nick = Info#user.nick,
case Reason of