File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
wcfsetup/install/files/lib/system Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ abstract class AbstractGridView
5656 private int $ rowsPerPage = 20 ;
5757 private string $ baseUrl = '' ;
5858 private string $ defaultSortField = '' ;
59- private string $ defaultSortOrder = '' ;
59+ private string $ defaultSortOrder = 'ASC ' ;
6060 private string $ sortField = '' ;
6161 private string $ sortOrder = 'ASC ' ;
6262 private int $ pageNo = 1 ;
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ abstract class AbstractListView
3636 private int $ itemsPerPage = 20 ;
3737 private string $ baseUrl = '' ;
3838 private string $ defaultSortField = '' ;
39- private string $ defaultSortOrder = '' ;
39+ private string $ defaultSortOrder = 'ASC ' ;
4040 private string $ sortField = '' ;
4141 private string $ sortOrder = 'ASC ' ;
4242 private string $ cssClassName = '' ;
You can’t perform that action at this time.
0 commit comments