aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/cgeotouch.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/cgeotouch.java')
-rw-r--r--main/src/cgeo/geocaching/cgeotouch.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/cgeotouch.java b/main/src/cgeo/geocaching/cgeotouch.java
index 9533911..be267c3 100644
--- a/main/src/cgeo/geocaching/cgeotouch.java
+++ b/main/src/cgeo/geocaching/cgeotouch.java
@@ -389,7 +389,7 @@ public class cgeotouch extends cgLogForm {
return;
}
- final String page = base.request(URI_GC_TRACK_LOG, "GET", params, false, false, false).getData();
+ final String page = cgBase.getResponseData(base.request(URI_GC_TRACK_LOG, "GET", params, false, false, false));
viewstates = cgBase.getViewstates(page);