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

This commit is contained in:
Arthur Schiwon 2011-04-18 23:56:13 +02:00
commit 074fda4ba8
1 changed files with 3 additions and 3 deletions

View File

@ -79,8 +79,8 @@ class OC_FILES {
closedir($dh);
}
}
ksort($dirs);
ksort($files);
uksort($dirs, "strnatcasecmp");
uksort($files, "strnatcasecmp");
$content=array_merge($dirs,$files);
if($filesfound){
return $content;