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 | eca4055df8f0a016698d4e79ab9617f8a98f7642 (patch) | |
tree | 66234c56cb9a3273e7345a9b4cfcb070102da75f /plugins/mod_pubsub | |
parent | df7e22057fdfff14bc0b31e4a2aed9e2a8db8b64 (diff) | |
download | prosody-eca4055df8f0a016698d4e79ab9617f8a98f7642.tar.gz prosody-eca4055df8f0a016698d4e79ab9617f8a98f7642.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 = { |