mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Fix version number in ejabberd_xmlrpc.erl
This commit is contained in:
parent
45863b4651
commit
d802b6ab44
@ -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…
Reference in New Issue
Block a user