aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2018-05-23 01:00:01 +0200
committerKim Alvefur <zash@zash.se>2018-05-23 01:00:01 +0200
commitc5b02dce75b1702b78e863473e4f442108c59389 (patch)
tree66234c56cb9a3273e7345a9b4cfcb070102da75f
parent66f9cbcac7a66a61571a46fe2263556566dbc2fa (diff)
downloadprosody-c5b02dce75b1702b78e863473e4f442108c59389.tar.gz
prosody-c5b02dce75b1702b78e863473e4f442108c59389.zip
mod_pubsub: Fix syntax error
-rw-r--r--plugins/mod_pubsub/pubsub.lib.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mod_pubsub/pubsub.lib.lua b/plugins/mod_pubsub/pubsub.lib.lua
index aabfaad6..9ca5f75d 100644
--- a/plugins/mod_pubsub/pubsub.lib.lua
+++ b/plugins/mod_pubsub/pubsub.lib.lua
@@ -65,6 +65,7 @@ local node_config_form = dataform {
{ label = "Messages of type normal", value = "normal" },
{ label = "Messages of type headline", value = "headline", default = true },
};
+ };
};
local service_method_feature_map = {