Software /
code /
prosody
Changeset
6448:f799b45cf735
pubsub.lib: Fix variable renaming issue
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 28 Sep 2014 03:06:29 +0200 |
parents | 6447:8c2dc2ac5a40 |
children | 6450:25d86b0f2147 6455:b6514e691a70 |
files | plugins/mod_pubsub/pubsub.lib.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_pubsub/pubsub.lib.lua Sun Sep 28 02:48:29 2014 +0200 +++ b/plugins/mod_pubsub/pubsub.lib.lua Sun Sep 28 03:06:29 2014 +0200 @@ -283,7 +283,7 @@ local reply = st.reply(stanza) :tag("pubsub", { xmlns = xmlns_pubsub_owner }) :tag("default") - :add_child(node_config_form:form(service.node_default_config)); + :add_child(node_config_form:form(service.node_defaults)); return origin.send(reply); end