aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/activity.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/web/repo/activity.go')
-rw-r--r--routers/web/repo/activity.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/web/repo/activity.go b/routers/web/repo/activity.go
index dcb7bf57cd..f9d248b06e 100644
--- a/routers/web/repo/activity.go
+++ b/routers/web/repo/activity.go
@@ -60,7 +60,7 @@ func Activity(ctx *context.Context) {
return
}
- if ctx.Data["ActivityTopAuthors"], err = models.GetActivityStatsTopAuthors(ctx.Repo.Repository, timeFrom, 10); err != nil {
+ if ctx.PageData["repoActivityTopAuthors"], err = models.GetActivityStatsTopAuthors(ctx.Repo.Repository, timeFrom, 10); err != nil {
ctx.ServerError("GetActivityStatsTopAuthors", err)
return
}