diff options
author | Kim Alvefur <zash@zash.se> | 2018-05-23 01:00:01 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-05-23 01:00:01 +0200 |
commit | c5b02dce75b1702b78e863473e4f442108c59389 (patch) | |
tree | 66234c56cb9a3273e7345a9b4cfcb070102da75f /plugins/mod_pubsub | |
parent | 66f9cbcac7a66a61571a46fe2263556566dbc2fa (diff) | |
download | prosody-c5b02dce75b1702b78e863473e4f442108c59389.tar.gz prosody-c5b02dce75b1702b78e863473e4f442108c59389.zip |
mod_pubsub: Fix syntax error
Diffstat (limited to 'plugins/mod_pubsub')
-rw-r--r-- | plugins/mod_pubsub/pubsub.lib.lua | 1 |
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 = { |