plugins/mod_groups.lua

changeset 3125
f2d1079a758d
parent 3054
05b45b1281aa
child 3163
20c851616ade
--- a/plugins/mod_groups.lua	Mon May 24 19:44:27 2010 +0100
+++ b/plugins/mod_groups.lua	Wed May 26 13:38:00 2010 +0100
@@ -67,7 +67,9 @@
 				new_roster[jid] = contact;
 			end
 		end
-		new_roster[false].version = nil; -- Version is void
+		if new_roster[false] then
+			new_roster[false].version = nil; -- Version is void
+		end
 		return username, host, datastore, new_roster;
 	end
 

mercurial