diff options
Diffstat (limited to 'main/src/cgeo/geocaching/sorting/FindsComparator.java')
| -rw-r--r-- | main/src/cgeo/geocaching/sorting/FindsComparator.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/sorting/FindsComparator.java b/main/src/cgeo/geocaching/sorting/FindsComparator.java index 98fe1dd..ad72ea3 100644 --- a/main/src/cgeo/geocaching/sorting/FindsComparator.java +++ b/main/src/cgeo/geocaching/sorting/FindsComparator.java @@ -29,7 +29,7 @@ public class FindsComparator extends AbstractCacheComparator { if (cache.getLogCounts().isEmpty()) { cache.setLogCounts(app.loadLogCounts(cache.getGeocode())); } - Integer logged = cache.getLogCounts().get(LogType.LOG_FOUND_IT); + Integer logged = cache.getLogCounts().get(LogType.FOUND_IT); if (logged != null) { finds = logged; } |
