Update download type

This commit is contained in:
Victor Shcherb 2014-08-13 14:43:07 +02:00
parent 944825b9f3
commit 2fbadfdde4

View file

@ -45,7 +45,7 @@ public class TourDownloadType extends DownloadActivityType {
}
public String getBaseUrl(OsmandApplication ctx, String fileName) {
return "http://" + SherpafyCustomization.TOUR_SERVER + "/download?event=2&"
return "http://" + SherpafyCustomization.TOUR_SERVER + "/download_tour.php?event=2&"
+ Version.getVersionAsURLParam(ctx) + "&file=" + fileName;
}