mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Unbreak commenting on Reivsions with commits attached until D5151 can land
Auditors: vrana
This commit is contained in:
parent
7f6ea1cd5e
commit
ab5ab5a7e5
1 changed files with 3 additions and 1 deletions
|
@ -47,7 +47,9 @@ final class DifferentialCommitsFieldSpecification
|
|||
}
|
||||
|
||||
$body = array();
|
||||
$handles = id(new PhabricatorObjectHandleData($phids))->loadHandles();
|
||||
$handles = id(new PhabricatorObjectHandleData($phids))
|
||||
->setViewer($this->getUser())
|
||||
->loadHandles();
|
||||
$body[] = pht('COMMIT(S)', count($handles));
|
||||
|
||||
foreach ($handles as $handle) {
|
||||
|
|
Loading…
Reference in a new issue