diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-23 10:58:50 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-23 10:58:50 -0400 |
commit | 6bc7ae971a32b1ca6ce5332224de4023e1e6704c (patch) | |
tree | 7b6208bec497703c386b4357adedf557ef498fc7 /routers/admin/admin.go | |
parent | 8b43bd1c37d740f8670d8502c65918151af24cb8 (diff) | |
download | gitea-6bc7ae971a32b1ca6ce5332224de4023e1e6704c.tar.gz gitea-6bc7ae971a32b1ca6ce5332224de4023e1e6704c.zip |
Mirror fix
Diffstat (limited to 'routers/admin/admin.go')
-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 f1f951ef25..0b5e3d8e7d 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 |