typo in matching passwords
groditi [Sat, 14 Jun 2008 20:35:41 +0000 (20:35 +0000)]
lib/Reaction/UI/ViewPort/Field/Mutable/MatchingPasswords.pm

index 03cb922..bbe992f 100644 (file)
@@ -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;