1
0
mirror of synced 2025-01-29 19:41:45 +03:00

Merge pull request #201 from jonathaningram/patch-1

Fixed typo
This commit is contained in:
Guilherme Blanco 2011-11-21 05:16:40 -08:00
commit 7ca43b72c9

View File

@ -712,7 +712,7 @@ class UnitOfWork implements PropertyChangedListener
if ( ! $assoc['isCascadePersist']) {
$message = "A new entity was found through the relationship '%s#%s' that was not configured " .
' to cascade persist operations for entity: %s. Explicitly persist the new entity or ' .
'configure cascading persist operations on tbe relationship. If you cannot find out ' .
'configure cascading persist operations on the relationship. If you cannot find out ' .
'which entity causes the problem, implement %s#__toString() to get a clue.';
throw new InvalidArgumentException(sprintf(