Skip to content

Commit

Permalink
ListChildPagesFromSiteRoot stub correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeavon committed Sep 19, 2012
1 parent 1c82e44 commit 3c6dd1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stubs/cshtml/ListChildPagesFromSiteRoot.cshtml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@inherits umbraco.MacroEngines.DynamicNodeContext

@{
var root = Model.AncestorsOrself(1)
var root = Model.AncestorOrSelf(1);
}

<ul>
Expand Down

0 comments on commit 3c6dd1e

Please sign in to comment.