Index: src/applications/phragment/storage/PhragmentFragment.php =================================================================== --- src/applications/phragment/storage/PhragmentFragment.php +++ src/applications/phragment/storage/PhragmentFragment.php @@ -203,7 +203,7 @@ $children = id(new PhragmentFragmentQuery()) ->setViewer($viewer) ->needLatestVersion(true) - ->withPaths($paths) + ->withLeadingPath($this->getPath().'/') ->execute(); $children = mpull($children, null, 'getPath');