mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +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) ->
|
iq_pubsub_owner(Host, ServerHost, From, IQType, SubEl, Lang) ->
|
||||||
{xmlelement, _, _, SubEls} = SubEl,
|
{xmlelement, _, _, SubEls} = SubEl,
|
||||||
Action = lists:filter(fun({xmlelement, "set", _, _}) -> false
|
Action = lists:filter(fun({xmlelement, "set", _, _}) -> false;
|
||||||
(_) -> true
|
(_) -> true
|
||||||
end, xml:remove_cdata(SubEls)),
|
end, xml:remove_cdata(SubEls)),
|
||||||
case Action of
|
case Action of
|
||||||
|
Loading…
Reference in New Issue
Block a user