This commit is contained in:
Howl 2016-05-26 21:19:00 +02:00
parent fde01c6f84
commit 0fcb1cc391
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}