Commit 1bff1a5b1b98183c7cd4973006b3b7b3ff896c04
1 parent
c08893b7
Sort by "more" correct filename instead of name by default.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3078 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
lib/browse/FolderBrowser.inc
| @@ -37,7 +37,7 @@ class FolderBrowser extends Browser { | @@ -37,7 +37,7 @@ class FolderBrowser extends Browser { | ||
| 37 | * @param string the field to sort the results by | 37 | * @param string the field to sort the results by |
| 38 | * @param string the direction to sort the results | 38 | * @param string the direction to sort the results |
| 39 | */ | 39 | */ |
| 40 | - function FolderBrowser($sSortField = "name", $sSortDirection = "asc", $aNewSortCriteria = array()) { | 40 | + function FolderBrowser($sSortField = "filename", $sSortDirection = "asc", $aNewSortCriteria = array()) { |
| 41 | Browser::Browser($sSortField, $sSortDirection, $aNewSortCriteria); | 41 | Browser::Browser($sSortField, $sSortDirection, $aNewSortCriteria); |
| 42 | } | 42 | } |
| 43 | 43 |