fix build

This commit is contained in:
Stephan
2013-04-01 16:35:03 -02:00
parent ad52c0f033
commit 99a63a3cdb

View File

@@ -215,7 +215,7 @@ namespace Umbraco.Web.Cache
// are creating a nasty dependency - but keep it like that for the time being while
// SD is cleaning cache refreshers up.
var contentCache = PublishedCachesResolver.Current.Caches.ContentCache as PublishedContentCache;
var contentCache = PublishedContentCacheResolver.Current.ContentCache as PublishedContentCache;
if (contentCache != null)
contentCache.RoutesCache.Clear();
}