aboutsummaryrefslogtreecommitdiff
path: root/modules/middleware/context.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/middleware/context.go')
-rw-r--r--modules/middleware/context.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/middleware/context.go b/modules/middleware/context.go
index b28953fc..5727b4f0 100644
--- a/modules/middleware/context.go
+++ b/modules/middleware/context.go
@@ -216,10 +216,6 @@ func InitContext() martini.Handler {
ctx.Data["SignedUserId"] = user.Id
ctx.Data["SignedUserName"] = user.LowerName
ctx.Data["IsAdmin"] = ctx.User.IsAdmin
-
- if ctx.User.IsAdmin {
- ctx.Data["PageIsAdmin"] = true
- }
}
// get or create csrf token