mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
Fix copy paste error in FixElevation
Introduced by 061cb93.
Fixes #3973
This commit is contained in:
@@ -136,7 +136,7 @@ FixElevation::postProcess(RideFile *ride, DataProcessorConfig *config=0, QString
|
||||
|
||||
// get settings
|
||||
if (config == NULL) { // being called automatically
|
||||
apiKey = appsettings->value(NULL, GC_DPFE_AK, "").toInt();
|
||||
apiKey = appsettings->value(NULL, GC_DPFE_AK, "").toString();
|
||||
} else { // being called manually
|
||||
apiKey = ((FixElevationConfig*)(config))->ak->text();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user