Fixes U4-1668 4.11.4 NiceUrl property on dynamicnode does not work until a

property has been requested from the dynamic node
This commit is contained in:
Sebastiaan Janssen
2013-02-21 08:52:23 -01:00
parent 9a7894df76
commit c744e47665

View File

@@ -214,7 +214,7 @@ namespace umbraco.NodeFactory
{
get
{
return library.NiceUrl(_id);
return library.NiceUrl(Id);
}
}