Skip to content
Snippets Groups Projects
Commit 743587b1 authored by Brandon Bergren's avatar Brandon Bergren
Browse files

Followup to #337585 -- Inherit also when behaviors are not defined in macro at all.

parent 3e13f90b
No related branches found
No related tags found
No related merge requests found
......@@ -262,6 +262,10 @@ function _gmap_parse_macro($instring, $ver = 2) {
}
unset($m['behavior-temp']);
}
else {
// Inherit site default behavior.
$m['behavior'] = $def['behavior'];
}
// tcontrol now is mtc.
if (isset($m['tcontrol'])) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment