From 0fcb1cc3911594d6e29cd8b4aefdbbb176e92571 Mon Sep 17 00:00:00 2001 From: Howl Date: Thu, 26 May 2016 21:19:00 +0200 Subject: [PATCH] diobono --- app/v1/user_scores.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/v1/user_scores.go b/app/v1/user_scores.go index bb6e2c9..0cef5c7 100644 --- a/app/v1/user_scores.go +++ b/app/v1/user_scores.go @@ -75,7 +75,7 @@ func UserScoresBestGET(md common.MethodData) common.CodeMessager { %s AND users.allowed = '1' ORDER BY scores.pp DESC, scores.score DESC %s`, - wc, genModeClause(md), common.Paginate(md.C.Query("p"), md.C.Query("l"), 100), + wc, mc, common.Paginate(md.C.Query("p"), md.C.Query("l"), 100), ), param) }