mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Fix previous commit about language name
This commit is contained in:
parent
98b150e1a4
commit
1a419972d2
@ -254,7 +254,7 @@ get_msg_header_props(F, Lines) ->
|
||||
end.
|
||||
|
||||
prepare_props(MsgProps) ->
|
||||
Language = proplists:get_value("X-Language:", MsgProps),
|
||||
Language = proplists:get_value("Language:", MsgProps),
|
||||
Authors = proplists:get_all_values("Author:", MsgProps),
|
||||
{Language, Authors}.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user