U4-4144 - fix

This commit is contained in:
Stephan
2014-01-31 10:32:49 +01:00
parent 2ab1cf59a6
commit 73173f92d6

View File

@@ -480,7 +480,7 @@ namespace Umbraco.Web.PublishedCache.XmlPublishedCache
// List of properties that will appear in the XML and do not match
// anything in the ContentType, so they must be ignored.
static readonly string[] IgnoredKeys = { "version", "isDoc", "key" };
private static readonly string[] IgnoredKeys = { "version", "isDoc", "key" };
public DictionaryPublishedContent(
IDictionary<string, string> valueDictionary,