Skip to content

Commit e6c3be5

Browse files
xf-Till Brehm
authored andcommitted
Fix column sorting foer mailbox quota
1 parent cf90c27 commit e6c3be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/mail/list/user_quota_stats.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
$liste["auth"] = "yes";
4242

4343
// mark columns for php sorting (no real mySQL columns)
44-
$liste["phpsort"] = array('used_sort', 'percentage_sort');
44+
$liste["phpsort"] = array('used', 'percentage');
4545

4646
/*****************************************************
4747
* Suchfelder

0 commit comments

Comments
 (0)