1
0
Fork 0
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:
epriestley 2013-02-28 08:03:38 -08:00
parent 7f6ea1cd5e
commit ab5ab5a7e5

View file

@ -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) {