Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ryosuke-yoshida committed Dec 7, 2018
1 parent 2607063 commit d3258f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BEAR/Form/elements/bradio.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit d3258f0

Please sign in to comment.