Merge branch '2.5.x' of github.com:sourcefabric/Airtime into 2.5.x
This commit is contained in:
commit
27f0fa27e9
2 changed files with 21 additions and 10 deletions
|
@ -1005,7 +1005,7 @@ SQL;
|
|||
->filterByDbId($instanceId)
|
||||
->findOne();
|
||||
}
|
||||
if ($update && (!$ccShowInstance || $ccShowInstance->getDbModifiedInstance() == true)) {
|
||||
if ($update && ($ccShowInstance && $ccShowInstance->getDbModifiedInstance() == true)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue