diff options
| -rw-r--r-- | main/src/cgeo/geocaching/cgBase.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/src/cgeo/geocaching/cgBase.java b/main/src/cgeo/geocaching/cgBase.java index 6af7ea4..ff9f27d 100644 --- a/main/src/cgeo/geocaching/cgBase.java +++ b/main/src/cgeo/geocaching/cgBase.java @@ -2153,6 +2153,8 @@ public class cgBase { } getLoginStatus(page); + // the log-successful-page contains still the old value + actualCachesFound++; return StatusCode.NO_ERROR; } } catch (Exception e) { |
