1
0
mirror of synced 2025-01-18 06:21:40 +03:00

Minor spelling mistake, thanks Alexandre Mathieu for reporting

This commit is contained in:
Benjamin Eberlei 2011-06-28 22:30:17 +02:00
parent 8850efb0eb
commit 66e92b147d

View File

@ -577,7 +577,7 @@ class UnitOfWork implements PropertyChangedListener
. $assoc['sourceEntity'] . "#" . $assoc['fieldName'] . "' that was not" . $assoc['sourceEntity'] . "#" . $assoc['fieldName'] . "' that was not"
. " configured to cascade persist operations for entity: " . self::objToStr($entry) . "." . " configured to cascade persist operations for entity: " . self::objToStr($entry) . "."
. " Explicitly persist the new entity or configure cascading persist operations" . " Explicitly persist the new entity or configure cascading persist operations"
. " on the relationship. If you cannot find out which entity casues the problem" . " on the relationship. If you cannot find out which entity causes the problem"
. " implement '" . $assoc['targetEntity'] . "#__toString()' to get a clue."); . " implement '" . $assoc['targetEntity'] . "#__toString()' to get a clue.");
} }
$this->persistNew($targetClass, $entry); $this->persistNew($targetClass, $entry);