projects
/
catagits/Reaction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3fad510
)
fixed typo
edenc [Wed, 30 Jan 2008 15:43:49 +0000 (15:43 +0000)]
lib/Reaction/UI/Widget/Field/Mutable/ChooseOne.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Reaction/UI/Widget/Field/Mutable/ChooseOne.pm
b/lib/Reaction/UI/Widget/Field/Mutable/ChooseOne.pm
index
79c75fc
..
68255bf
100644
(file)
--- a/
lib/Reaction/UI/Widget/Field/Mutable/ChooseOne.pm
+++ b/
lib/Reaction/UI/Widget/Field/Mutable/ChooseOne.pm
@@
-6,9
+6,9
@@
class ChooseOne is 'Reaction::UI::Widget::Field::Mutable', which {
implements fragment option_is_required {
if ($_{viewport}->attribute->is_required) {
- render 'options_is_required_yes';
+ render 'option_is_required_yes';
} else {
- render 'options_is_required_no';
+ render 'option_is_required_no';
}
};