Completed
Push — AUTOMATED_TESTING ( e66bb6...814fa8 )
by Gordon
14:30
created
code/MapField.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,9 @@
 block discarded – undo
31 31
 					$form = (isset($args[3])) ? $args[3] : null;
32 32
 			}
33 33
 
34
-			if($headingLevel) $this->headingLevel = $headingLevel;
34
+			if($headingLevel) {
35
+				$this->headingLevel = $headingLevel;
36
+			}
35 37
 			$this->allowHTML = $allowHTML;
36 38
 			parent::__construct($name, $title, null, $allowHTML, $form);
37 39
 		}
Please login to merge, or discard this patch.