mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_pubsub/pubsub.lib: Fix accidental name/var swap (thanks scansion)
This commit is contained in:
parent
5f98d0cc23
commit
2b72eb4211
1 changed files with 2 additions and 2 deletions
|
@ -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" };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue