From 76b864234857ec01613db78ed19868a91795e99b Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 28 Mar 2014 09:06:48 -0400 Subject: Bug fix --- routers/install.go | 1 + 1 file changed, 1 insertion(+) (limited to 'routers/install.go') 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" { -- cgit v1.2.3