From: Laury GvR Date: Wed, 7 Aug 2019 23:16:19 +0000 (-0400) Subject: POI route addons added as possible parameters, & default values for latlon X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=9018c3ed3efad47087e3919dd746d1e02a228d0e;p=WP-Plugins%2Fglm-member-db-rest-api.git POI route addons added as possible parameters, & default values for latlon --- diff --git a/setup/routes/pointsOfInterest.php b/setup/routes/pointsOfInterest.php index c5b696a..5d33fc9 100644 --- a/setup/routes/pointsOfInterest.php +++ b/setup/routes/pointsOfInterest.php @@ -77,7 +77,7 @@ class GLMA_POI_Rest_Controller $poiRequest = $this->params['poiRequest']; - $addons = explode(",", $this->params['addons'] ); + $addons = explode( ",", $this->params['addons'] ); $searchText = "test";