Commit 7799e8af authored by tbrehm's avatar tbrehm
Browse files

fixed: FS#2432 - Listing on Email tab out of order.

parent 4e0a2093
......@@ -44,6 +44,7 @@ class list_action extends listform_actions {
}
$list = new list_action;
$list->SQLOrderBy = 'ORDER BY email';
$list->onLoad();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment