mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 05:50:55 +01:00
Order Diffusion lint details
This commit is contained in:
parent
4a8ce1699b
commit
3017a1f077
1 changed files with 1 additions and 1 deletions
|
@ -118,8 +118,8 @@ final class DiffusionLintDetailsController extends DiffusionController {
|
|||
WHERE branchID = %d
|
||||
AND code = %s
|
||||
%Q
|
||||
ORDER BY path, code, line
|
||||
LIMIT %d OFFSET %d',
|
||||
// 'ORDER BY path, code, line' is disabled for performance reasons.
|
||||
PhabricatorRepository::TABLE_LINTMESSAGE,
|
||||
$branch->getID(),
|
||||
$drequest->getLint(),
|
||||
|
|
Loading…
Reference in a new issue