Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15425343
D20583.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
617 B
Referenced Files
None
Subscribers
None
D20583.diff
View Options
diff --git a/src/applications/transactions/editor/PhabricatorApplicationTransactionEditor.php b/src/applications/transactions/editor/PhabricatorApplicationTransactionEditor.php
--- a/src/applications/transactions/editor/PhabricatorApplicationTransactionEditor.php
+++ b/src/applications/transactions/editor/PhabricatorApplicationTransactionEditor.php
@@ -3267,7 +3267,7 @@
protected function getStrongestAction(
PhabricatorLiskDAO $object,
array $xactions) {
- return head(msort($xactions, 'newActionStrengthSortVector'));
+ return head(msortv($xactions, 'newActionStrengthSortVector'));
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 24, 4:15 AM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7223085
Default Alt Text
D20583.diff (617 B)
Attached To
Mode
D20583: Correct "msort()" vs "msortv()" to more fully stabilize transaction sorts after recent changes
Attached
Detach File
Event Timeline
Log In to Comment