Merge with 4.11.6

This commit is contained in:
Sebastiaan Janssen
2013-03-26 09:53:59 -01:00

View File

@@ -139,7 +139,8 @@ namespace umbraco.cms.businesslogic
}
foreach (Tuple<string, string> key in toDelete)
{
_propertyTypeCache.Remove(key);
if(_propertyTypeCache != null)
_propertyTypeCache.Remove(key);
}
}
//don't put lock around this as it is ConcurrentDictionary.