Skip to content
Snippets Groups Projects
Commit 074fda4b authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

Merge branch 'refactoring' of git://anongit.kde.org/owncloud into refactoring

parents 4cb9cdb3 8080a1a5
Branches
No related tags found
No related merge requests found
...@@ -79,8 +79,8 @@ class OC_FILES { ...@@ -79,8 +79,8 @@ class OC_FILES {
closedir($dh); closedir($dh);
} }
} }
ksort($dirs); uksort($dirs, "strnatcasecmp");
ksort($files); uksort($files, "strnatcasecmp");
$content=array_merge($dirs,$files); $content=array_merge($dirs,$files);
if($filesfound){ if($filesfound){
return $content; return $content;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment