Fix reload_config

This commit is contained in:
Christophe Romain 2016-12-02 16:29:46 +01:00
parent 23786c95c9
commit 23f7075313
1 changed files with 2 additions and 2 deletions

View File

@ -402,8 +402,8 @@ registered_vhosts() ->
reload_config() ->
ejabberd_config:reload_file(),
acl:start(),
shaper:start(),
acl:load_from_config(),
shaper:load_from_config(),
ejabberd_access_permissions:invalidate().
%%%