Skip to content

Commit 4d42017

Browse files
committed
Fix Syntax error, wrong branch
1 parent 07709da commit 4d42017

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

admin/admin_config.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,17 +198,17 @@
198198
'attrleaflet' => get_boolean($_POST['osm_attrleaflet']),
199199
'attrimagery' => get_boolean($_POST['osm_attrimagery']),
200200
'attrplugin' => get_boolean($_POST['osm_attrplugin']),
201-
'mapquestapi' => $_POST['osm_mapquestapi']),
202-
),
203-
'pin' => array(
201+
'mapquestapi' => $_POST(['osm_mapquestapi']),
202+
),
203+
'pin' => array(
204204
'pin' => $_POST['osm_pin'],
205205
'pinpath' => $_POST['osm_pinpath'],
206206
'pinsize' => $_POST['osm_pinsize'],
207207
'pinshadowpath' => $_POST['osm_pinshadowpath'],
208208
'pinshadowsize' => $_POST['osm_pinshadowsize'],
209209
'pinoffset' => $_POST['osm_pinoffset'],
210210
'pinpopupoffset' => $_POST['osm_pinpopupoffset'],
211-
),
211+
),
212212
);
213213

214214
// Update config to DB

0 commit comments

Comments
 (0)