Skip to content

Commit 3c1d0a6

Browse files
author
Till Brehm
committed
Merge branch 'bugfix/mailstats' into 'stable-3.1'
Fix column sorting foer mailbox quota See merge request ispconfig/ispconfig3!951
2 parents cf90c27 + e6c3be5 commit 3c1d0a6

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)