mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
mod_adhoc_api: Fix warning when running "make translations"
This commit is contained in:
parent
4fe5ee034c
commit
9c29457ee2
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ set_form_api_command(From, Host, CommandNameBin, XData, _Lang) ->
|
|||
var = <<"error">>}]
|
||||
end,
|
||||
FieldsResultWithHeads =
|
||||
[#xdata_field{type = fixed, label = ?T("")},
|
||||
[#xdata_field{type = fixed, label = <<"">>},
|
||||
#xdata_field{type = fixed, label = ?T("Result")}
|
||||
| FieldsResult2],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue