# HG changeset patch # User Jonas Wielicki # Date 1533568602 -7200 # Node ID 4803d2feeecbde27760a4169b7f53dbe8557656f # Parent 07fc2c5c0c2e66c486de74f45333fe6f111daecd pubsub.lib: fix more form fields diff -r 07fc2c5c0c2e -r 4803d2feeecb plugins/mod_pubsub/pubsub.lib.lua --- a/plugins/mod_pubsub/pubsub.lib.lua Mon Aug 06 16:58:21 2018 +0200 +++ b/plugins/mod_pubsub/pubsub.lib.lua Mon Aug 06 17:16:42 2018 +0200 @@ -87,9 +87,9 @@ name = "pubsub#publish_model"; label = "Specify the publisher model"; options = { - { value = "publishers" }; - { value = "subscribers" }; - { value = "open" }; + "publishers"; + "subscribers"; + "open"; }; }; {