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.
2 parents 1da270d + d9800e0 commit 292623bCopy full SHA for 292623b
Classes/Utility/TemplateUtility.php
@@ -36,6 +36,7 @@ public static function getTemplateFolders(string $part = 'template'): array
36
);
37
if (!empty($extbaseConfig['view'][$part . 'RootPaths'])) {
38
$templatePaths = $extbaseConfig['view'][$part . 'RootPaths'];
39
+ ksort($templatePaths, SORT_NUMERIC);
40
$templatePaths = array_values($templatePaths);
41
}
42
if (empty($templatePaths)) {
0 commit comments