1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 08:52:39 +01:00

Fix Conpherence transaction ordering

Summary: Ref T7815. Pretty sure this is right? Seems OK locally. Also: simpler!

Test Plan:
  - Conpherence is right-side-up.
  - Transactions on other objects are also still right-side-up.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T7815

Differential Revision: https://secure.phabricator.com/D12398
This commit is contained in:
epriestley 2015-04-13 12:34:37 -07:00
parent 8efdc4aabf
commit d096b9c151

View file

@ -7,9 +7,4 @@ final class ConpherenceTransactionQuery
return new ConpherenceTransaction();
}
protected function getDefaultOrderVector() {
// TODO: Can we get rid of this?
return array('-id');
}
}