Actual fix for U4-1987 Error when attempting to save document type
This commit is contained in:
@@ -144,7 +144,7 @@ namespace umbraco.cms.businesslogic
|
||||
}
|
||||
foreach (Tuple<string, string> key in toDelete)
|
||||
{
|
||||
if(_propertyTypeCache.ContainsKey(key))
|
||||
if(_propertyTypeCache != null)
|
||||
_propertyTypeCache.Remove(key);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user