mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 14:17:37 +03:00
util.dataforms: Return the form
This commit is contained in:
parent
fffdba514a
commit
fbb86043bd
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ function form_t.form(layout, data)
|
||||||
-- Jump back up to list of fields
|
-- Jump back up to list of fields
|
||||||
form:up();
|
form:up();
|
||||||
end
|
end
|
||||||
|
return form;
|
||||||
end
|
end
|
||||||
|
|
||||||
function form_t.data(layout, stanza)
|
function form_t.data(layout, stanza)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue