File Manager - show folders before files
|
0 posts
|
It bothered me that the folders were not above files in the file manager. Instead, they were all shown together alphabetically. I added the following single line of code in FileManagerController.php: $file = ‘\’.$file; This should be line 371. It causes folders to be displayed above files. I’ve tested it and see no problems. |