Skip to content

Commit

Permalink
[Core] Formvalidator: Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Natal Ngetal committed Aug 22, 2012
1 parent c5a13b2 commit 106b304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Dancer/Plugin/FormValidator.pm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ register form_validator_error => sub {
else {
return $results->has_missing
? _error_return('missing')
: $errors = _error_return('invalid');
: _error_return('invalid');
}
}

Expand Down

0 comments on commit 106b304

Please sign in to comment.