diff --git a/rides.class.php b/rides.class.php index 3a501c6..f9695fe 100755 --- a/rides.class.php +++ b/rides.class.php @@ -123,7 +123,7 @@ class Rides { $this->feedback .= __('There was an error pulling data of strava.com.', 'wp-strava'); return false; } - } // getAuthenticationToken + } // getAuthenticationToken public function getRideMap($rideId, $token, $efforts, $threshold) { if($rideId != 0 AND $token != "") { @@ -144,4 +144,4 @@ class Rides { } } // getRideDetails } // class Rides -?> \ No newline at end of file +?>