]> granicus.if.org Git - ejabberd/commitdiff
* src/ejabberd_config.erl: Fixed "language" option processing
authorAlexey Shchepin <alexey@process-one.net>
Thu, 7 Jun 2007 18:27:35 +0000 (18:27 +0000)
committerAlexey Shchepin <alexey@process-one.net>
Thu, 7 Jun 2007 18:27:35 +0000 (18:27 +0000)
(thanks to Badlop)

SVN Revision: 780

ChangeLog
src/ejabberd_config.erl

index 3a544a334f236c6e3b1e2109376ae92f1d17f712..456daaf47e32d26aa9e6375488d4eba78f563dc5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-06-07  Alexey Shchepin  <alexey@sevcom.net>
 
+       * src/ejabberd_config.erl: Fixed "language" option processing
+       (thanks to Badlop)
+
        * src/msgs/zh.msg: Updated (thanks to Shelley Shyan)
 
        * src/msgs/ca.msg: New Catalan translation (thanks to Vicent
index 35b9212a942f93ea1456df0e2f59c3b29d65934c..28c070af5fb4df6314302c850002bceb35068617 100644 (file)
@@ -107,6 +107,8 @@ process_term(Term, State) ->
                        State, Terms);
        {listen, Val} ->
            add_option(listen, Val, State);
+       {language, Val} ->
+           add_option(language, Val, State);
        {outgoing_s2s_port, Port} ->
            add_option(outgoing_s2s_port, Port, State);
        {s2s_use_starttls, Port} ->