1
0
mirror of https://github.com/kataras/iris.git synced 2026-03-08 01:16:30 +00:00
This commit is contained in:
Gerasimos Maropoulos
2016-07-19 08:48:57 +03:00
parent 6f91e6c588
commit 69a4f11718
2 changed files with 3 additions and 2 deletions

View File

@@ -276,6 +276,8 @@ func (t *templateEngines) loadAll() error {
e.location.extension = DefaultTemplateExtension // the default file ext .html
}
e.reload = t.reload // update the configuration every time a load happens
if err := e.load(); err != nil {
return err
}