mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Fix version number in ejabberd_xmlrpc.erl
This commit is contained in:
parent
45863b4651
commit
d802b6ab44
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ format_arg({array, [{struct, Elements}]},
|
|||
when is_list(Elements) ->
|
||||
FormattedList = format_args(Elements, ElementsDef),
|
||||
list_to_tuple(FormattedList);
|
||||
%% New ejabberd 24.xx
|
||||
%% New ejabberd 24.01
|
||||
format_arg({struct, Elements},
|
||||
{tuple, ElementsDef})
|
||||
when is_list(Elements) ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue