diff core/rostermanager.lua @ 268:fd0607c8f179

Merge from waqas
author Matthew Wild <mwild1@gmail.com>
date Sat, 15 Nov 2008 00:35:09 +0000
parents 75275b6b4e03 6303b7454ad0
children cccd610a0ef9
line wrap: on
line diff
--- 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