Completed
Branch AUTOMATED_TESTING (6eabf7)
by Gordon
15:07
created
code/MapField.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,9 @@
 block discarded – undo
27 27
 						$form = (isset($args[3])) ? $args[3] : null;
28 28
 				}
29 29
 
30
-				if($headingLevel) $this->headingLevel = $headingLevel;
30
+				if($headingLevel) {
31
+					$this->headingLevel = $headingLevel;
32
+				}
31 33
 				$this->allowHTML = $allowHTML;
32 34
 				parent::__construct($name, $title, null, $allowHTML, $form);
33 35
 		}
Please login to merge, or discard this patch.