From 74cb841d99273ff4ea726cf7ffaf417779622b4b Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sun, 19 Aug 2018 07:41:26 +0200 Subject: mod_pubsub: Fix boolean value in form --- plugins/mod_pubsub/pubsub.lib.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mod_pubsub/pubsub.lib.lua b/plugins/mod_pubsub/pubsub.lib.lua index f46068ae..4fde5318 100644 --- a/plugins/mod_pubsub/pubsub.lib.lua +++ b/plugins/mod_pubsub/pubsub.lib.lua @@ -100,7 +100,7 @@ local node_config_form = dataform { }; { type = "boolean"; - value = "true"; + value = true; label = "Whether to deliver event notifications"; name = "pubsub#deliver_notifications"; }; -- cgit v1.2.3