24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-14 22:00:16 +02:00

Fix previous commit about language name

This commit is contained in:
Badlop 2011-10-20 16:28:53 +02:00
parent 98b150e1a4
commit 1a419972d2

View File

@ -254,7 +254,7 @@ get_msg_header_props(F, Lines) ->
end. end.
prepare_props(MsgProps) -> prepare_props(MsgProps) ->
Language = proplists:get_value("X-Language:", MsgProps), Language = proplists:get_value("Language:", MsgProps),
Authors = proplists:get_all_values("Author:", MsgProps), Authors = proplists:get_all_values("Author:", MsgProps),
{Language, Authors}. {Language, Authors}.