mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-21 04:50:55 +01:00
August comes AFTER July.
This commit is contained in:
parent
dfc3506240
commit
43fc7820e9
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ final class DifferentialRevisionQuery {
|
||||||
ON rel.revisionID = r.id
|
ON rel.revisionID = r.id
|
||||||
AND rel.relation = %s
|
AND rel.relation = %s
|
||||||
AND rel.objectPHID = %s
|
AND rel.objectPHID = %s
|
||||||
WHERE r.status IN (%Ld) ORDER BY dateModified',
|
WHERE r.status IN (%Ld) ORDER BY dateModified DESC',
|
||||||
$table->getTableName(),
|
$table->getTableName(),
|
||||||
$responsible_phid,
|
$responsible_phid,
|
||||||
$open_statuses,
|
$open_statuses,
|
||||||
|
|
Loading…
Reference in a new issue