Commit 69a152f3f5e8e7792e855e5d66be2c9888c312d0

Authored by Neil Blakey-Milner
1 parent 05c051b8

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 37 * @param string the field to sort the results by
38 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 41 Browser::Browser($sSortField, $sSortDirection, $aNewSortCriteria);
42 42 }
43 43  
... ...