diff options
Diffstat (limited to 'main/src/cgeo/geocaching/cgGeo.java')
| -rw-r--r-- | main/src/cgeo/geocaching/cgGeo.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/cgGeo.java b/main/src/cgeo/geocaching/cgGeo.java index b23d0d5..41937ee 100644 --- a/main/src/cgeo/geocaching/cgGeo.java +++ b/main/src/cgeo/geocaching/cgGeo.java @@ -404,7 +404,7 @@ public class cgGeo { if (base.version != null) { params.put("v", base.version); } - final String res = base.request(URI_GO4CACHE, "POST", params, false, false, false).getData(); + final String res = cgBase.getResponseData(base.request(URI_GO4CACHE, "POST", params, false, false, false)); if (StringUtils.isNotBlank(res)) { lastGo4cacheCoords = coordsNow; |
