diff --git a/BEAR/Form/elements/bradio.php b/BEAR/Form/elements/bradio.php index 16763f7d..45e9becb 100644 --- a/BEAR/Form/elements/bradio.php +++ b/BEAR/Form/elements/bradio.php @@ -48,7 +48,7 @@ public function __construct( $value = null, $attributes = null ) { - parent::__construct($elementName, $elementLabel, $attributes); + parent::__construct($elementName, $elementLabel, $text, $value, $attributes); if (isset($value)) { $this->setValue($value); }