summaryrefslogtreecommitdiffstats
path: root/web.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-19 13:24:46 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-19 13:24:46 -0400
commit601c10309dd93c55c3c825c5a5c2384d46493589 (patch)
treebcf936efe122c14b048e57da5169e9e5e4ef7a7d /web.go
parent757f360949989214a9161f17a82aedf2b647457a (diff)
downloadgitea-601c10309dd93c55c3c825c5a5c2384d46493589.tar.gz
gitea-601c10309dd93c55c3c825c5a5c2384d46493589.zip
Bug fix
Diffstat (limited to 'web.go')
-rw-r--r--web.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/web.go b/web.go
index 2cf3ba0932..2a9df17c8d 100644
--- a/web.go
+++ b/web.go
@@ -58,6 +58,7 @@ func newMartini() *martini.ClassicMartini {
}
func runWeb(*cli.Context) {
+ base.NewServices()
checkRunMode()
log.Info("%s %s", base.AppName, base.AppVer)