Skip to content

Commit d096b9c

Browse files
author
epriestley
committed
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
1 parent 8efdc4a commit d096b9c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/applications/conpherence/query/ConpherenceTransactionQuery.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,4 @@ public function getTemplateApplicationTransaction() {
77
return new ConpherenceTransaction();
88
}
99

10-
protected function getDefaultOrderVector() {
11-
// TODO: Can we get rid of this?
12-
return array('-id');
13-
}
14-
1510
}

0 commit comments

Comments
 (0)