mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
Fix previous commit about language name
This commit is contained in:
parent
35a71fc493
commit
576dda5c87
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue