Skip to content

Commit 2473e42

Browse files
committed
Merge branch '1.4' into 1
2 parents b8ceba1 + 40cd880 commit 2473e42

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)