pubsub.lib: fix more form fields

remotes/origin/0.11
Jonas Wielicki 8 years ago
parent 3adccdd08c
commit 2fde1f7e5e
  1. 6
      plugins/mod_pubsub/pubsub.lib.lua

@ -87,9 +87,9 @@ local node_config_form = dataform {
name = "pubsub#publish_model";
label = "Specify the publisher model";
options = {
{ value = "publishers" };
{ value = "subscribers" };
{ value = "open" };
"publishers";
"subscribers";
"open";
};
};
{

Loading…
Cancel
Save