From 1bff1a5b1b98183c7cd4973006b3b7b3ff896c04 Mon Sep 17 00:00:00 2001 From: nbm Date: Thu, 23 Dec 2004 13:36:02 +0000 Subject: [PATCH] Sort by "more" correct filename instead of name by default. --- lib/browse/FolderBrowser.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- libgit2 0.21.4