Start ext_mod before module as it's setup contrib path

This commit is contained in:
Christophe Romain 2015-03-20 15:06:02 +01:00
parent 5135e30633
commit 8b23727cc6
1 changed files with 1 additions and 1 deletions

View File

@ -65,8 +65,8 @@ start(normal, _Args) ->
%ejabberd_debug:eprof_start(),
%ejabberd_debug:fprof_start(),
maybe_add_nameservers(),
start_modules(),
ext_mod:start(),
start_modules(),
ejabberd_listener:start_listeners(),
?INFO_MSG("ejabberd ~s is started in the node ~p", [?VERSION, node()]),
Sup;