Moved pace functions to base SOM class

This commit is contained in:
Justin Foell
2019-02-01 12:48:19 -06:00
parent b95e8356ac
commit 27f2699e96
6 changed files with 32 additions and 57 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ class WPStrava_RouteShortcode {
try {
$route_details = $route->get_route( $atts['id'] );
} catch( WPStrava_Exception $e ) {
} catch ( WPStrava_Exception $e ) {
return $e->to_html();
}