Fixed lesson sorting issue

This commit is contained in:
Max Geldner
2018-12-01 15:06:05 +01:00
committed by Nanne Baars
parent cfce7763f0
commit 6d974b5fa8
6 changed files with 22 additions and 4 deletions

View File

@ -53,7 +53,7 @@ public class XXE extends NewLesson {
@Override
public Integer getDefaultRanking() {
return 1;
return 4;
}
@Override