mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-18 19:40:55 +01:00
Fix slop with previous patch, perhaps
Auditors: btrahan
This commit is contained in:
parent
ef43a98440
commit
04a22a8fa4
1 changed files with 2 additions and 2 deletions
|
@ -673,11 +673,11 @@ final class PhabricatorAuditEditor
|
|||
$object);
|
||||
}
|
||||
|
||||
$data = $commit->getCommitData();
|
||||
$data = $object->getCommitData();
|
||||
|
||||
$user_phids = array();
|
||||
|
||||
$author_phid = $commit->getAuthorPHID();
|
||||
$author_phid = $object->getAuthorPHID();
|
||||
if ($author_phid) {
|
||||
$user_phids[$author_phid][] = pht('Author');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue