summaryrefslogtreecommitdiffstats
path: root/routers/install.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-28 09:06:48 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-28 09:06:48 -0400
commit76b864234857ec01613db78ed19868a91795e99b (patch)
tree45355600d2ee7a1d439a37116487fda3087d5aaa /routers/install.go
parentcb05b8325cdd85dda9bbebf61d8993da34d80e70 (diff)
downloadgitea-76b864234857ec01613db78ed19868a91795e99b.tar.gz
gitea-76b864234857ec01613db78ed19868a91795e99b.zip
Bug fix
Diffstat (limited to 'routers/install.go')
-rw-r--r--routers/install.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/routers/install.go b/routers/install.go
index b44b89034e..e0ac92f130 100644
--- a/routers/install.go
+++ b/routers/install.go
@@ -22,6 +22,7 @@ func Install(ctx *middleware.Context) {
ctx.Data["DbCfg"] = models.DbCfg
ctx.Data["RepoRootPath"] = base.RepoRootPath
ctx.Data["RunUser"] = base.RunUser
+ ctx.Data["AppUrl"] = base.AppUrl
ctx.Data["PageIsInstall"] = true
if ctx.Req.Method == "GET" {