core/rostermanager.lua
changeset 6619 5d2346e72716
parent 6616 2aae36312eb9
child 6625 fb60cee2144e
--- a/core/rostermanager.lua	Fri Apr 03 19:52:48 2015 +0200
+++ b/core/rostermanager.lua	Fri Apr 03 19:13:35 2015 +0100
@@ -227,7 +227,7 @@
 	local roster = load_roster(username, host);
 	return roster[false].pending[jid];
 end
-function set_contact_pending_in(username, host, jid, pending)
+function set_contact_pending_in(username, host, jid)
 	local roster = load_roster(username, host);
 	local item = roster[jid];
 	if item and (item.subscription == "from" or item.subscription == "both") then