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