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:
parent
b58c0b7b23
commit
37bf811f4b
@ -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>
|
||||
|
@ -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 ->
|
||||
|
Loading…
Reference in New Issue
Block a user