Skip to content
Snippets Groups Projects
Commit 8ce4cfa1 authored by Pascal Rinker's avatar Pascal Rinker Committed by Georg Ringer
Browse files

[BUGFIX] Wrong sorting in documentation changelog

Fix the sorting in documentation changelog that orders the versions
currently wrong.

Resolves: #88883
Releases: master
Change-Id: Icb3e67b16c345b0bf7923cb995072c6f28e9d596
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61415


Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarRoman Schilter <roman.schilter10@gmail.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent a6e009e8
No related merge requests found
......@@ -78,7 +78,7 @@ class DocumentationFile
$finder = new Finder();
$finder
->depth(0)
->sortByName()
->sortByName(true)
->in($path);
$directories = [];
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment