aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-06-14 20:35:41 +0000
committergroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-06-14 20:35:41 +0000
commit283e06d64e1039a4df9e29bbd7ba815a532ab1ce (patch)
tree79794dd97087a1c389ad8f300e6d9a020c79951b
parentdcd5fef705e78ae7c8ca1c7be9874486aa595fbb (diff)
downloadreaction-283e06d64e1039a4df9e29bbd7ba815a532ab1ce.tar.gz
reaction-283e06d64e1039a4df9e29bbd7ba815a532ab1ce.zip
typo in matching passwords
-rw-r--r--lib/Reaction/UI/ViewPort/Field/Mutable/MatchingPasswords.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Reaction/UI/ViewPort/Field/Mutable/MatchingPasswords.pm b/lib/Reaction/UI/ViewPort/Field/Mutable/MatchingPasswords.pm
index 03cb922..bbe992f 100644
--- a/lib/Reaction/UI/ViewPort/Field/Mutable/MatchingPasswords.pm
+++ b/lib/Reaction/UI/ViewPort/Field/Mutable/MatchingPasswords.pm
@@ -9,7 +9,7 @@ class MatchingPasswords is Password, which {
#maybe both check_value and value_string should have triggers ?
#that way if one even happens before the other it would still work?
- around _adopt_value_string => sub {
+ around adopt_value_string => sub {
my $orig = shift;
my ($self) = @_;
return $orig->(@_) if $self->check_value eq $self->value_string;