diff --git a/forms/LabelledLiteralField.php b/forms/LabelledLiteralField.php index 01e85f172..b48e89ee3 100644 --- a/forms/LabelledLiteralField.php +++ b/forms/LabelledLiteralField.php @@ -5,8 +5,8 @@ class LabelledLiteralField extends LiteralField { function __construct( $name, $title, $content ) { - $this->title = $title; parent::__construct( $name, $content ); + $this->setTitle( $title ); } function FieldHolder() {