From 9018c3ed3efad47087e3919dd746d1e02a228d0e Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 7 Aug 2019 19:16:19 -0400 Subject: [PATCH] POI route addons added as possible parameters, & default values for latlon --- setup/routes/pointsOfInterest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.17.1