Skip to content

Commit 3c678ec

Browse files
brianteemanHLeithner
authored andcommitted
[3.0] Tree sorting in templates file tree (#25792)
1 parent c372ec3 commit 3c678ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

administrator/components/com_templates/views/template/tmpl/default_tree.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
defined('_JEXEC') or die;
11-
ksort($this->files, SORT_STRING);
11+
ksort($this->files, SORT_NATURAL);
1212
?>
1313

1414
<ul class='nav nav-list directory-tree'>

0 commit comments

Comments
 (0)