1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-21 07:51:33 +02:00

[ticket/13713] Fix ORDER_BY in queries

PHPBB3-13713
This commit is contained in:
lavigor
2018-08-03 06:43:27 +03:00
committed by Marc Alexander
parent a8cb12e455
commit 5651c7f3ff
3 changed files with 3 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ class group extends base_group
'FROM' => [
GROUPS_TABLE => 'g',
],
'ORDER_BY' => 'g.group_name',
]);
return $query;
}