diff --git a/routers/private/tool.go b/routers/private/tool.go index a7a7bee9d..dcab8668e 100755 --- a/routers/private/tool.go +++ b/routers/private/tool.go @@ -41,4 +41,5 @@ func UpdateAllRepoCommitCnt(ctx *macaron.Context) { func RepoStatisticManually(ctx *macaron.Context) { date := ctx.Query("date") repo.RepoStatisticDaily(date) + repo.SummaryStatisticDaily(date) }