We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b80be1 commit d9800e0Copy full SHA for d9800e0
Classes/Utility/TemplateUtility.php
@@ -34,6 +34,7 @@ public static function getTemplateFolders($part = 'template')
34
);
35
if (!empty($extbaseConfig['view'][$part . 'RootPaths'])) {
36
$templatePaths = $extbaseConfig['view'][$part . 'RootPaths'];
37
+ ksort($templatePaths, SORT_NUMERIC);
38
$templatePaths = array_values($templatePaths);
39
}
40
if (empty($templatePaths)) {
0 commit comments