Commit 2aea62a4 authored by guilhermeblanco's avatar guilhermeblanco

[1.0, 1.1, 2.0] fixes #1599 Thanks for the report!

parent 3086835f
...@@ -79,7 +79,7 @@ class Doctrine_Validator_Exception extends Doctrine_Exception implements Countab ...@@ -79,7 +79,7 @@ class Doctrine_Validator_Exception extends Doctrine_Exception implements Countab
{ {
$message = ""; $message = "";
foreach ($this->invalid as $record) { foreach ($this->invalid as $record) {
$message .= "Validaton error in class " . get_class($record) . " "; $message .= "Validation error in class " . get_class($record) . " ";
} }
return $message; return $message;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment