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

Avoid crash when performing admin action (thanks to Evgeniy Khramtsov)

This commit is contained in:
Badlop 2011-09-09 11:29:46 +02:00
parent 1aa36cb05c
commit 151994c8d5

View File

@ -2559,7 +2559,7 @@ find_changed_items(UJID, UAffiliation, URole,
S when S =/= false ->
try exmpp_jid:parse(S) of
J ->
{value, J}
{value, [J]}
catch
_:_ ->
ErrText = io_lib:format(