util/stanza.lua

changeset 3726
fa516dc2c2de
parent 3638
6f58a3063c14
child 3766
0d7137fee360
--- a/util/stanza.lua	Sat Dec 11 00:19:15 2010 +0000
+++ b/util/stanza.lua	Sat Dec 11 22:34:29 2010 +0000
@@ -254,7 +254,7 @@
 			end
 		end
 	end
-	return type, condition or "undefined-condition", text or "";
+	return type, condition or "undefined-condition", text;
 end
 
 function stanza_mt.__add(s1, s2)

mercurial