We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BEAR.Saturday/BEAR/Form/elements/bradio.php
Line 51 in 2607063
以前まではHTML_QuickForm_radioではなく更に親のHTML_QuickForm_elementのコンストラクタを実行していたため、上記のコードで問題なく動いていましたが、bradioの直接の親はHTML_QuickForm_radioなので、コンストラクタは
`__construct($elementName=null, $elementLabel=null, $text=null, $value=null, $attributes=null)
となり、$textのところに$attributesが代入されてしまっています。
The text was updated successfully, but these errors were encountered:
[fix] bearsaturday#58 (comment)
d3258f0
[fix] same issue (bearsaturday#58 (comment))
f6bf2cf
Merge pull request #59 from ryoryo/hotfix/bradio
6e3de57
[fix] #58 (comment)
No branches or pull requests
BEAR.Saturday/BEAR/Form/elements/bradio.php
Line 51 in 2607063
以前まではHTML_QuickForm_radioではなく更に親のHTML_QuickForm_elementのコンストラクタを実行していたため、上記のコードで問題なく動いていましたが、bradioの直接の親はHTML_QuickForm_radioなので、コンストラクタは
`__construct($elementName=null, $elementLabel=null, $text=null, $value=null, $attributes=null)
となり、$textのところに$attributesが代入されてしまっています。
The text was updated successfully, but these errors were encountered: