diff --git a/forms/HeaderField.php b/forms/HeaderField.php index 7935a057b..8978cb70a 100755 --- a/forms/HeaderField.php +++ b/forms/HeaderField.php @@ -27,7 +27,7 @@ class HeaderField extends DatalessField { if($headingLevel) $this->headingLevel = $headingLevel; $this->allowHTML = $allowHTML; - parent::__construct($name, $title, null, $form); + parent::__construct($name, $title, null, $allowHTML, $form); } function Field() {