[DDC-1052] Fix bug with versioning and inheritance
This commit is contained in:
parent
7e262dd42c
commit
e42a227a7c
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ class BasicEntityPersister
|
||||||
|
|
||||||
$result = $this->_conn->executeUpdate($sql, $params, $types);
|
$result = $this->_conn->executeUpdate($sql, $params, $types);
|
||||||
|
|
||||||
if ($this->_class->isVersioned && ! $result) {
|
if ($versioned && ! $result) {
|
||||||
throw OptimisticLockException::lockFailed($entity);
|
throw OptimisticLockException::lockFailed($entity);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue