diff options
author | skyblue <ssx205@gmail.com> | 2014-03-23 23:45:08 +0800 |
---|---|---|
committer | skyblue <ssx205@gmail.com> | 2014-03-23 23:45:08 +0800 |
commit | 3070c5513d9529dc62333522c3f92025fffab542 (patch) | |
tree | 664715ccb6f2e516cc4f4cc7f9f8eb3fe5bf8d52 /routers | |
parent | 139a6f80dc258bba1e61aa9584787b86ac4addf3 (diff) | |
parent | b31070faf5ab73955585e4962d809be11098d767 (diff) |
Merge branch 'master' of github.com:gogits/gogs
Diffstat (limited to 'routers')
-rw-r--r-- | routers/admin/admin.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/routers/admin/admin.go b/routers/admin/admin.go index f1f951ef..0b5e3d8e 100644 --- a/routers/admin/admin.go +++ b/routers/admin/admin.go @@ -161,7 +161,6 @@ func Config(ctx *middleware.Context) { ctx.Data["SessionConfig"] = base.SessionConfig ctx.Data["PictureService"] = base.PictureService - ctx.Data["PictureRootPath"] = base.PictureRootPath ctx.Data["LogMode"] = base.LogMode ctx.Data["LogConfig"] = base.LogConfig |