Skip to content

Commit 40cd880

Browse files
committed
Merge branch '1.3' into 1.4
2 parents 60379ae + d693e1e commit 40cd880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/GoogleMapField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ public function Field($properties = array()) {
149149
),
150150
);
151151

152-
$jsOptions = array_replace_recursive($this->options, $jsOptions);
152+
$jsOptions = array_replace_recursive($jsOptions, $this->options);
153153
$this->setAttribute('data-settings', Convert::array2json($jsOptions));
154154
$this->requireDependencies();
155155
return parent::Field($properties);

0 commit comments

Comments
 (0)