fix typo in previous patch backport

SVN Revision: 1988
This commit is contained in:
Christophe Romain 2009-03-10 21:10:42 +00:00
parent 69b11b677d
commit b6abe1b926
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@ handle_cast({presence, User, Server, Resources, JID}, State) ->
_ ->
ok
end
end, tree_action(Host, get_nodes, [Owner, JID])),
end, tree_action(Host, get_nodes, [Owner])),
{noreply, State};
handle_cast({remove_user, LUser, LServer}, State) ->