mirror of
https://github.com/astaxie/beego.git
synced 2025-08-05 14:25:32 +00:00
fix #1585
This commit is contained in:
10
hooks.go
10
hooks.go
@@ -68,13 +68,11 @@ func registerSession() error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func registerTemplate() error {
|
func registerTemplate() error {
|
||||||
if BConfig.WebConfig.AutoRender {
|
if err := BuildTemplate(BConfig.WebConfig.ViewsPath); err != nil {
|
||||||
if err := BuildTemplate(BConfig.WebConfig.ViewsPath); err != nil {
|
if BConfig.RunMode == DEV {
|
||||||
if BConfig.RunMode == DEV {
|
Warn(err)
|
||||||
Warn(err)
|
|
||||||
}
|
|
||||||
return err
|
|
||||||
}
|
}
|
||||||
|
return err
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user