1
0
Fork 0
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:
epriestley 2015-06-03 20:11:33 -07:00
parent ef43a98440
commit 04a22a8fa4

View file

@ -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');
}