From 5077408d78971463a94f2037d78fa68f201bda48 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 11 Aug 2016 10:53:51 -0700 Subject: #3233 code cleanup and minor issue fix --- modules/context/repo.go | 1 - 1 file changed, 1 deletion(-) (limited to 'modules') diff --git a/modules/context/repo.go b/modules/context/repo.go index ea3b445e..af188814 100644 --- a/modules/context/repo.go +++ b/modules/context/repo.go @@ -223,7 +223,6 @@ func RepoAssignment(args ...bool) macaron.Handler { ctx.Data["IsRepositoryOwner"] = ctx.Repo.IsOwner() ctx.Data["IsRepositoryAdmin"] = ctx.Repo.IsAdmin() ctx.Data["IsRepositoryWriter"] = ctx.Repo.IsWriter() - ctx.Data["IsRepositoryMirror"] = repo.IsMirror ctx.Data["DisableSSH"] = setting.SSH.Disabled ctx.Data["CloneLink"] = repo.CloneLink() -- cgit v1.2.3