From b6650288541de6689ba4ae46667f7d04a4f8558a Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 16 Aug 2018 15:07:28 +0200 Subject: mod_pubsub: Use the correct form field --- plugins/mod_pubsub/pubsub.lib.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/mod_pubsub') diff --git a/plugins/mod_pubsub/pubsub.lib.lua b/plugins/mod_pubsub/pubsub.lib.lua index 132a4972..1850c54c 100644 --- a/plugins/mod_pubsub/pubsub.lib.lua +++ b/plugins/mod_pubsub/pubsub.lib.lua @@ -99,9 +99,9 @@ local node_config_form = dataform { }; { type = "boolean"; - label = "Whether to deliver payloads with event notifications"; - name = "pubsub#deliver_payloads"; - value = true; + value = "true"; + label = "Whether to deliver event notifications"; + name = "pubsub#deliver_notifications"; }; { type = "list-single"; -- cgit v1.2.3