Changeset

4796:04a34287dc12

Merge with Zash
author Matthew Wild <mwild1@gmail.com>
date Sun, 29 Apr 2012 02:09:12 +0100
parents 4794:25ce7720555f (current diff) 4795:8a105eb8aeae (diff)
children 4797:e239668aa6d2
files
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/mod_pubsub.lua	Thu Apr 26 18:14:42 2012 +0100
+++ b/plugins/mod_pubsub.lua	Sun Apr 29 02:09:12 2012 +0100
@@ -57,6 +57,7 @@
 	for _, entry in pairs(results) do
 		data:add_child(entry);
 	end
+	local reply;
 	if data then
 		reply = st.reply(stanza)
 			:tag("pubsub", { xmlns = xmlns_pubsub })