core/rostermanager.lua

changeset 268
fd0607c8f179
parent 263
75275b6b4e03
parent 267
6303b7454ad0
child 519
cccd610a0ef9
--- a/core/rostermanager.lua	Fri Nov 14 20:30:24 2008 +0000
+++ b/core/rostermanager.lua	Sat Nov 15 00:35:09 2008 +0000
@@ -232,7 +232,7 @@
 		if item.subscription == "from" then
 			item.subscription = "none";
 			changed = true;
-		elseif item.subscription == both then
+		elseif item.subscription == "both" then
 			item.subscription = "to";
 			changed = true;
 		end

mercurial