This commit is contained in:
Morgan Bazalgette 2018-07-19 15:52:19 +02:00
parent 21e3939b36
commit daf10b5d71
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ func ScoresGET(md common.MethodData) common.CodeMessager {
})
where.Where(` scores.completed = '3' AND `+md.User.OnlyUserPublic(false)+` `+
genModeClause(md)+` `+sort+common.Paginate(md.Query("p"), md.Query("l"), 100), "")
genModeClause(md)+` `+sort+common.Paginate(md.Query("p"), md.Query("l"), 100), "FIF")
where.Params = where.Params[:len(where.Params)-1]
rows, err := md.DB.Query(`