uups, copy and paste error. this one prevented the showing of files in default sort mode. fixed.

This commit is contained in:
Klaus Leithoff 2008-09-01 10:06:25 +00:00
parent 0f0b5c9639
commit 16936adb29

View File

@ -462,7 +462,6 @@ class filemanager_ui
return egw_vfs::$find_total = $numofdirs + $numoffiles;
} else {
foreach(egw_vfs::find($query['path'],array(
'type'=>'d',
'mindepth' => 1,
'maxdepth' => $query['filter'] ? $query['filter'] : null,
'order' => $query['order'], 'sort' => $query['sort'],