Skip to content

Commit 7799e8a

Browse files
committed
fixed: FS#2432 - Listing on Email tab out of order.
1 parent 4e0a209 commit 7799e8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interface/web/mail/mail_user_list.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ function onShow() {
4444
}
4545

4646
$list = new list_action;
47+
$list->SQLOrderBy = 'ORDER BY email';
4748
$list->onLoad();
4849

4950

0 commit comments

Comments
 (0)