Small fix to overlapping show check
This commit is contained in:
parent
c18d53f403
commit
4253608948
|
@ -1292,7 +1292,7 @@ SQL;
|
|||
->filterByDbId($instanceId)
|
||||
->findOne();
|
||||
}
|
||||
if (!$ccShowInstance || $ccShowInstance->getDbModifiedInstance() == true) {
|
||||
if ($update && (!$ccShowInstance || $ccShowInstance->getDbModifiedInstance() == true)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue