diff options
Diffstat (limited to 'routers/install.go')
-rw-r--r-- | routers/install.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/routers/install.go b/routers/install.go index 4b22463ed5..6fa7c12a13 100644 --- a/routers/install.go +++ b/routers/install.go @@ -66,6 +66,7 @@ func GlobalInit() { models.HasEngine = true cron.NewContext() models.InitDeliverHooks() + models.InitTestPullRequests() log.NewGitLogger(path.Join(setting.LogRootPath, "http.log")) } if models.EnableSQLite3 { |