1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00: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()