Fixed png rending
This commit is contained in:
+2
-1
@@ -67,9 +67,10 @@ func runWeb(*cli.Context) {
|
||||
|
||||
setting.NewConfigContext()
|
||||
setting.InitServices()
|
||||
sqlstore.Init()
|
||||
social.NewOAuthService()
|
||||
|
||||
sqlstore.Init()
|
||||
|
||||
// init database
|
||||
sqlstore.LoadModelsConfig()
|
||||
if err := sqlstore.NewEngine(); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user