mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix small typo (thanks to MiCHi)
SVN Revision: 2716
This commit is contained in:
parent
2078f9ae95
commit
1c2d639179
@ -929,7 +929,7 @@ iq_disco_info(Host, SNode, From, Lang) ->
|
||||
node_disco_info(Host, Node, From)
|
||||
end.
|
||||
|
||||
iq_disco_items(Host, [], Fromi, _RSM) ->
|
||||
iq_disco_items(Host, [], From, _RSM) ->
|
||||
case tree_action(Host, get_subnodes, [Host, <<>>, From]) of
|
||||
Nodes when is_list(Nodes) ->
|
||||
{result, lists:map(
|
||||
|
@ -358,7 +358,7 @@
|
||||
end.
|
||||
|
||||
-iq_disco_items(Host, [], From) ->
|
||||
+iq_disco_items(Host, [], Fromi, _RSM) ->
|
||||
+iq_disco_items(Host, [], From, _RSM) ->
|
||||
case tree_action(Host, get_subnodes, [Host, <<>>, From]) of
|
||||
Nodes when is_list(Nodes) ->
|
||||
{result, lists:map(
|
||||
|
Loading…
Reference in New Issue
Block a user