Merge remote-tracking branch 'fork1/6.2.0-pubcontent' into 7.0.0-pubcontent

This commit is contained in:
Stephan
2013-09-26 09:12:02 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -332,7 +332,7 @@ namespace Umbraco.Web.PublishedCache.XmlPublishedCache
{
// so in dd.Properties, there is an IPublishedProperty with property type alias "__NodeTypeAlias" and
// that special property would contain the node type alias, which we use to get "aliases & names". That
// special property is going to be a PropertyResult (with ObjectValue == DataValue) and we
// special property is going to be a PropertyResult (with Value == DataValue) and we
// want its value in the most simple way = it is OK to use DataValue here.
var aliasesAndNames = ContentType.GetAliasesAndNames(dd.Properties.First(x => x.PropertyTypeAlias.InvariantEquals(UmbracoContentIndexer.NodeTypeAliasFieldName)).DataValue.ToString());
if (aliasesAndNames != null)