Unbreak commenting on Reivsions with commits attached until D5151 can land
Auditors: vrana
This commit is contained in:
@@ -47,7 +47,9 @@ final class DifferentialCommitsFieldSpecification
|
|||||||
}
|
}
|
||||||
|
|
||||||
$body = array();
|
$body = array();
|
||||||
$handles = id(new PhabricatorObjectHandleData($phids))->loadHandles();
|
$handles = id(new PhabricatorObjectHandleData($phids))
|
||||||
|
->setViewer($this->getUser())
|
||||||
|
->loadHandles();
|
||||||
$body[] = pht('COMMIT(S)', count($handles));
|
$body[] = pht('COMMIT(S)', count($handles));
|
||||||
|
|
||||||
foreach ($handles as $handle) {
|
foreach ($handles as $handle) {
|
||||||
|
|||||||
Reference in New Issue
Block a user