1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-05 09:55:20 +02:00

Little bug fix

This commit is contained in:
Unknown 2014-05-25 20:57:01 -04:00
parent d72fdc9900
commit ff48aeddef
4 changed files with 16 additions and 13 deletions

View file

@ -46,6 +46,7 @@ func NewServices() {
// GlobalInit is for global configuration reload-able.
func GlobalInit() {
setting.NewConfigContext()
log.Trace("Custom path: %s", setting.CustomPath)
mailer.NewMailerContext()
models.LoadModelsConfig()
models.LoadRepoConfig()