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

Fix previous commit

This commit is contained in:
Evgeniy Khramtsov 2011-09-09 12:40:07 +10:00
parent e432ff58f9
commit 228a587fc5

View File

@ -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}