Fixed #5605
This commit is contained in:
parent
d814ad7234
commit
86cde3a9df
1 changed files with 1 additions and 1 deletions
|
@ -1049,7 +1049,7 @@ class UnitOfWork implements PropertyChangedListener
|
|||
}
|
||||
|
||||
if ($preUpdateInvoke != ListenersInvoker::INVOKE_NONE) {
|
||||
$this->listenersInvoker->invoke($class, Events::preUpdate, $entity, new PreUpdateEventArgs($entity, $this->em, $this->entityChangeSets[$oid]), $preUpdateInvoke);
|
||||
$this->listenersInvoker->invoke($class, Events::preUpdate, $entity, new PreUpdateEventArgs($entity, $this->em, $this->getEntityChangeSet($entity)), $preUpdateInvoke);
|
||||
$this->recomputeSingleEntityChangeSet($class, $entity);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue