Fix misleading documentation about Children.max

Currently, the documentation implies that doing a `Children.max(LastEdited)` will work, which isn't the case.
This change uses `AllChildren.max(LastEdited)` instead, which while slightly more inefficient, will actually work consistently.
This commit is contained in:
Stephen Shkardoon 2013-07-29 15:18:39 +12:00
parent 541436feb0
commit 6e47a25098

View File

@ -227,7 +227,7 @@ Can be re-written as:
:::ss
<% cached LastEdited %>
<% cached Children.max(LastEdited) %>
<% cached AllChildren.max(LastEdited) %>
<% loop $Children %>
$Name
<% end_loop %>