From 720349e11a540dafb754274aa06b00bb55ce21d5 Mon Sep 17 00:00:00 2001 From: Xaver Maierhofer Date: Fri, 24 Jan 2020 16:59:01 +0100 Subject: [PATCH] Fix column sorting foer mailbox quota --- interface/web/mail/list/user_quota_stats.list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/web/mail/list/user_quota_stats.list.php b/interface/web/mail/list/user_quota_stats.list.php index e8faae3634..1ba9fc6702 100644 --- a/interface/web/mail/list/user_quota_stats.list.php +++ b/interface/web/mail/list/user_quota_stats.list.php @@ -41,7 +41,7 @@ $liste["paging_tpl"] = "templates/paging.tpl.htm"; $liste["auth"] = "yes"; // mark columns for php sorting (no real mySQL columns) -$liste["phpsort"] = array('used_sort', 'percentage_sort'); +$liste["phpsort"] = array('used', 'percentage'); /***************************************************** * Suchfelder -- GitLab