diff options
| author | blafoo <github@blafoo.de> | 2012-01-27 23:51:41 +0100 |
|---|---|---|
| committer | blafoo <github@blafoo.de> | 2012-01-27 23:51:41 +0100 |
| commit | cb1a7ea0261df42891a5d80e4442e0cfb5befb91 (patch) | |
| tree | 054a493d7958b7a8057bce14150805a73119c156 | |
| parent | 4efe9863bbac23d34bc5886fb66e36c93511fd94 (diff) | |
| download | cgeo-cb1a7ea0261df42891a5d80e4442e0cfb5befb91.zip cgeo-cb1a7ea0261df42891a5d80e4442e0cfb5befb91.tar.gz cgeo-cb1a7ea0261df42891a5d80e4442e0cfb5befb91.tar.bz2 | |
Increase caches found counter manually
| -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) { |
