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

Revert followup change for #337585 -- the only thing an empty macro should...

Revert followup change for #337585 -- the only thing an empty macro should return is the autogenerated id.
parent 1454a370
No related branches found
No related tags found
No related merge requests found
......@@ -262,10 +262,6 @@ 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