Cleanup project after merge

This commit is contained in:
Stephan
2013-09-24 16:31:26 +02:00
parent 7f4a98883b
commit f9022d8189
3 changed files with 1 additions and 20 deletions

View File

@@ -121,7 +121,7 @@ namespace Umbraco.Core.Models.PublishedContent
// properties ie both its own properties and those that were inherited (it's based upon an
// IContentTypeComposition) and so every PublishedContentType having a property based upon
// the cleared data type, be it local or inherited, will be cleared.
ApplicationContext.Current.ApplicationCache.StaticCache.ClearCacheObjectTypes<PublishedContentType>( // fixme NOT!
ApplicationContext.Current.ApplicationCache.StaticCache.ClearCacheObjectTypes<PublishedContentType>(
(key, value) => value.PropertyTypes.Any(x => x.DataTypeId == id));
}