From 05223369c55b8412248ff2d49fa174a05562bb2d Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Wed, 9 Oct 2024 15:42:34 +0200 Subject: [PATCH] forgot to adjust another d.domain field in email-overview Signed-off-by: Michael Kaufmann --- lib/tablelisting/customer/tablelisting.emails_overview.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tablelisting/customer/tablelisting.emails_overview.php b/lib/tablelisting/customer/tablelisting.emails_overview.php index 1063fd0e8..8d3eb17cc 100644 --- a/lib/tablelisting/customer/tablelisting.emails_overview.php +++ b/lib/tablelisting/customer/tablelisting.emails_overview.php @@ -33,7 +33,7 @@ 'title' => lng('menue.email.emailsoverview'), 'icon' => 'fa-solid fa-envelope', 'self_overview' => ['section' => 'email', 'page' => 'overview'], - 'default_sorting' => ['d.domain' => 'asc'], + 'default_sorting' => ['d.domain_ace' => 'asc'], 'columns' => [ 'd.domain_ace' => [ 'label' => 'Domain',