Skip to content

Commit d9800e0

Browse files
committed
[BUGFIX] Fix template ordering
1 parent 1b80be1 commit d9800e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Classes/Utility/TemplateUtility.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public static function getTemplateFolders($part = 'template')
3434
);
3535
if (!empty($extbaseConfig['view'][$part . 'RootPaths'])) {
3636
$templatePaths = $extbaseConfig['view'][$part . 'RootPaths'];
37+
ksort($templatePaths, SORT_NUMERIC);
3738
$templatePaths = array_values($templatePaths);
3839
}
3940
if (empty($templatePaths)) {

0 commit comments

Comments
 (0)