aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2011-09-09 12:40:07 +1000
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2011-09-09 12:40:07 +1000
commit228a587fc5fa2c91a4929accd5d21a81f36c5417 (patch)
tree0ee0c2984b10d2e193f631bfd5e402551e941fd7 /src
parentAvoid crash when performing admin action (diff)
Fix previous commit
Diffstat (limited to 'src')
-rw-r--r--src/mod_muc/mod_muc_room.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_muc/mod_muc_room.erl b/src/mod_muc/mod_muc_room.erl
index a0a62298b..c7d43e689 100644
--- a/src/mod_muc/mod_muc_room.erl
+++ b/src/mod_muc/mod_muc_room.erl
@@ -2511,7 +2511,7 @@ find_changed_items(UJID, UAffiliation, URole,
[N]),
{error, ?ERRT_NOT_ACCEPTABLE(Lang, ErrText)};
J ->
- {value, [J]}
+ {value, J}
end;
_ ->
{error, ?ERR_BAD_REQUEST}