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

* src/ejabberd_app.erl: Bugfix

SVN Revision: 373
This commit is contained in:
Alexey Shchepin 2005-07-03 01:44:13 +00:00
parent b58c0b7b23
commit 37bf811f4b
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2005-07-03 Alexey Shchepin <alexey@sevcom.net>
* src/ejabberd_app.erl: Bugfix
* src/ejabberd_config.erl: Bugfix
2005-06-30 Alexey Shchepin <alexey@sevcom.net>

View File

@ -89,7 +89,7 @@ db_init() ->
load_modules() ->
lists:foreach(
fun(Host) ->
case ejabberd_config:get_local_option(modules) of
case ejabberd_config:get_local_option({modules, Host}) of
undefined ->
ok;
Modules ->