25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-12-26 17:38:45 +01:00

Fix previous commit

This commit is contained in:
Evgeniy Khramtsov 2014-06-09 10:40:35 +04:00
parent c485aea48b
commit 62be3bc111

View File

@ -1238,7 +1238,8 @@ data_to_binary(JID, Data) ->
?ERROR_MSG("failed to convert " ?ERROR_MSG("failed to convert "
"parameter ~p", "parameter ~p",
[Param]) [Param])
end end,
[]
end end
end, Params)}; end, Params)};
(Opt) -> (Opt) ->