diff --git a/Classes/Fusion/Eel/FlowQueryOperations/SortRecursiveByIndexOperation.php b/Classes/Fusion/Eel/FlowQueryOperations/SortRecursiveByIndexOperation.php index 9dfdcb2..7e66981 100644 --- a/Classes/Fusion/Eel/FlowQueryOperations/SortRecursiveByIndexOperation.php +++ b/Classes/Fusion/Eel/FlowQueryOperations/SortRecursiveByIndexOperation.php @@ -15,7 +15,7 @@ * * Use it like this: * - * ${q(node).children().sortRecursive(['ASC'|'DESC'])} + * ${q(node).children().sortRecursiveByIndex(['ASC'|'DESC'])} */ class SortRecursiveByIndexOperation extends AbstractOperation {