updates a bool check

This commit is contained in:
Shannon
2019-12-10 15:53:57 +01:00
parent aae8dbdc15
commit a63de7672b

View File

@@ -181,9 +181,9 @@ namespace Umbraco.Core.Runtime
return true;
}
else if (mainDomRows.Count == 1 && mainDomRows[0].Value.EndsWith("_updated"))
else if (mainDomRows.Count == 1 && !mainDomRows[0].Value.StartsWith(tempId))
{
// in this case, there is a suffixed _updated value but it's not for our ID which means
// in this case, the prefixed ID is different which means
// another new AppDomain has come online and is wanting to take over. In that case, we will not
// acquire.