[1.0, 1.1, 2.0] fixes #1599 Thanks for the report!
This commit is contained in:
parent
3086835fe8
commit
2aea62a498
@ -79,7 +79,7 @@ class Doctrine_Validator_Exception extends Doctrine_Exception implements Countab
|
||||
{
|
||||
$message = "";
|
||||
foreach ($this->invalid as $record) {
|
||||
$message .= "Validaton error in class " . get_class($record) . " ";
|
||||
$message .= "Validation error in class " . get_class($record) . " ";
|
||||
}
|
||||
return $message;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user