Page MenuHomePhorge

D25421.1734770597.diff
No OneTemporary

D25421.1734770597.diff

diff --git a/src/applications/audit/storage/PhabricatorAuditTransaction.php b/src/applications/audit/storage/PhabricatorAuditTransaction.php
--- a/src/applications/audit/storage/PhabricatorAuditTransaction.php
+++ b/src/applications/audit/storage/PhabricatorAuditTransaction.php
@@ -338,7 +338,11 @@
$author = null;
}
- if ($author) {
+ $is_author_also_committer =
+ $author && $committer &&
+ $new['authorPHID'] === $new['committerPHID'];
+
+ if ($author && !$is_author_also_committer) {
$title = pht(
'%s committed %s (authored by %s).',
$committer,

File Metadata

Mime Type
text/plain
Expires
Sat, Dec 21, 08:43 (16 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1024288
Default Alt Text
D25421.1734770597.diff (651 B)

Event Timeline