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:
@@ -39,6 +39,7 @@ class group extends base_group
|
||||
'FROM' => [
|
||||
GROUPS_TABLE => 'g',
|
||||
],
|
||||
'ORDER_BY' => 'g.group_name',
|
||||
]);
|
||||
return $query;
|
||||
}
|
||||
|
Reference in New Issue
Block a user