1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-30 09:20:58 +01:00

Gratuitous hacks until D5151 lands

Auditors: vrana
This commit is contained in:
epriestley 2013-02-28 08:05:43 -08:00
parent ab5ab5a7e5
commit 5754bec293

View file

@ -398,6 +398,7 @@ abstract class DifferentialMail {
$body = array();
foreach ($aux_fields as $field) {
$field->setUser(id(new PhabricatorUser())->setPHID('PHID-USER-XXX'));
$field->setRevision($this->getRevision());
// TODO: Introduce and use getRequiredHandlePHIDsForMail() and load all
// handles in prepareBody().