diff --git a/lib/browse/FolderBrowser.inc b/lib/browse/FolderBrowser.inc index 615ff12..7bd373b 100644 --- a/lib/browse/FolderBrowser.inc +++ b/lib/browse/FolderBrowser.inc @@ -37,7 +37,7 @@ class FolderBrowser extends Browser { * @param string the field to sort the results by * @param string the direction to sort the results */ - function FolderBrowser($sSortField = "name", $sSortDirection = "asc", $aNewSortCriteria = array()) { + function FolderBrowser($sSortField = "filename", $sSortDirection = "asc", $aNewSortCriteria = array()) { Browser::Browser($sSortField, $sSortDirection, $aNewSortCriteria); }