Changeset 5132 for branches/1.1/lib/Doctrine/Validator/Exception.php
- Timestamp:
- 10/22/08 23:43:36 (17 months ago)
- Files:
-
- 1 modified
-
branches/1.1/lib/Doctrine/Validator/Exception.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1/lib/Doctrine/Validator/Exception.php
r4252 r5132 80 80 $message = ""; 81 81 foreach ($this->invalid as $record) { 82 $message .= "Validat on error in class " . get_class($record) . " ";82 $message .= "Validation error in class " . get_class($record) . " "; 83 83 } 84 84 return $message;