mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/13713] Fix ORDER_BY in queries
PHPBB3-13713
This commit is contained in:
@@ -32,6 +32,7 @@ class usergroup extends base_group
|
||||
]
|
||||
],
|
||||
'WHERE' => 'ug.user_pending = 0 AND ug.user_id = ' . (int) $this->user->data['user_id'],
|
||||
'ORDER_BY' => 'g.group_name',
|
||||
]);
|
||||
return $query;
|
||||
}
|
||||
|
Reference in New Issue
Block a user