mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
typo fix
SVN Revision: 2549
This commit is contained in:
parent
2425c51ae4
commit
054ad379ce
@ -1093,7 +1093,7 @@ iq_pubsub(Host, ServerHost, From, IQType, SubEl, Lang, Access, Plugins) ->
|
||||
|
||||
iq_pubsub_owner(Host, ServerHost, From, IQType, SubEl, Lang) ->
|
||||
{xmlelement, _, _, SubEls} = SubEl,
|
||||
Action = lists:filter(fun({xmlelement, "set", _, _}) -> false
|
||||
Action = lists:filter(fun({xmlelement, "set", _, _}) -> false;
|
||||
(_) -> true
|
||||
end, xml:remove_cdata(SubEls)),
|
||||
case Action of
|
||||
|
Loading…
Reference in New Issue
Block a user