|
@@ -85,8 +85,7 @@ |
|
|
block discarded – undo |
|
85
|
85
|
$wander->setMaxAltitude($stats->maxAltitude); |
|
86
|
86
|
$wander->setMinAltitude($stats->minAltitude); |
|
87
|
87
|
$wander->setCumulativeElevationGain($stats->cumulativeElevationGain); |
|
88
|
|
- } |
|
89
|
|
- catch (Exception $e) { |
|
|
88
|
+ } catch (Exception $e) { |
|
90
|
89
|
//$this->logger->debug("Couldn't set extended GPX property on wander: " . $e->getMessage()); |
|
91
|
90
|
throw new Exception("Couldn't set standard GPX stats properties on wander.", 0, $e); |
|
92
|
91
|
} |
Please login to merge, or discard this patch.