forked from extern/egroupware
uups, copy and paste error. this one prevented the showing of files in default sort mode. fixed.
This commit is contained in:
parent
0f0b5c9639
commit
16936adb29
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user