mirror of
https://gitee.com/gitea/gitea
synced 2025-12-10 02:00:27 +08:00
@@ -49,6 +49,7 @@ func GlobalInit() {
|
||||
|
||||
if setting.InstallLock {
|
||||
highlight.NewContext()
|
||||
markdown.InitMarkdown()
|
||||
markdown.NewSanitizer()
|
||||
if err := models.NewEngine(); err != nil {
|
||||
log.Fatal(4, "Failed to initialize ORM engine: %v", err)
|
||||
|
||||
Reference in New Issue
Block a user