aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 = {