Commit cef70b1d authored by Armando Jagucki's avatar Armando Jagucki Committed by ajagucki

PEP: Fix for the bug fix in r8919 for Cancelling Subscriptions. :)

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches@8920 b35dd754-fafc-0310-a699-88a17e54d16e
parent daff4e29
......@@ -700,7 +700,7 @@ public class IQPEPHandler extends IQHandler implements ServerIdentitiesProvider,
}
// FIXME: Extract the code in the below method into its own method
unsubscribedToPresence(rosterOwner, deletedContact);
unsubscribedToPresence(deletedContact, rosterOwner);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment