projects
/
WP-Plugins
/
glm-member-db-rest-api.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b718ae1
)
POI route addons added as possible parameters, & default values for latlon
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 7 Aug 2019 23:16:19 +0000
(19:16 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 7 Aug 2019 23:16:19 +0000
(19:16 -0400)
setup/routes/pointsOfInterest.php
patch
|
blob
|
history
diff --git
a/setup/routes/pointsOfInterest.php
b/setup/routes/pointsOfInterest.php
index
c5b696a
..
5d33fc9
100644
(file)
--- 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";