From 16936adb2910ed7189513d114b1b99ba8905beb7 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Mon, 1 Sep 2008 10:06:25 +0000 Subject: [PATCH] uups, copy and paste error. this one prevented the showing of files in default sort mode. fixed. --- filemanager/inc/class.filemanager_ui.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/filemanager/inc/class.filemanager_ui.inc.php b/filemanager/inc/class.filemanager_ui.inc.php index a45af2d3b8..a269c6b3c1 100644 --- a/filemanager/inc/class.filemanager_ui.inc.php +++ b/filemanager/inc/class.filemanager_ui.inc.php @@ -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'],