mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
6e47a25098
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.