From 2b72eb4211c20aba941be08b9d87d7d957ef465b Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Wed, 22 Mar 2023 16:44:47 +0000 Subject: mod_pubsub/pubsub.lib: Fix accidental name/var swap (thanks scansion) --- plugins/mod_pubsub/pubsub.lib.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/mod_pubsub') diff --git a/plugins/mod_pubsub/pubsub.lib.lua b/plugins/mod_pubsub/pubsub.lib.lua index 829e2b45..a409d640 100644 --- a/plugins/mod_pubsub/pubsub.lib.lua +++ b/plugins/mod_pubsub/pubsub.lib.lua @@ -167,8 +167,8 @@ local node_config_form = dataform { { type = "list-single"; label = "Specify whose JID to include as the publisher of items"; - name = "pubsub#itemreply"; - var = "itemreply"; + name = "itemreply"; + var = "pubsub#itemreply"; options = { { label = "Include the node owner's JID", value = "owner" }; { label = "Include the item publisher's JID", value = "publisher" }; -- cgit v1.2.3