1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-03 11:21:01 +01:00

Minor, getEmail() no longer exists.

This commit is contained in:
epriestley 2012-05-07 10:45:03 -07:00
parent 95017e14e9
commit 45e9f8e689

View file

@ -684,8 +684,6 @@ abstract class DifferentialFieldSpecification {
$object_map[strtolower($username)] = $phid; $object_map[strtolower($username)] = $phid;
} }
$object_map += mpull($users, 'getPHID', 'getEmail');
if ($include_mailables) { if ($include_mailables) {
$mailables = id(new PhabricatorMetaMTAMailingList())->loadAllWhere( $mailables = id(new PhabricatorMetaMTAMailingList())->loadAllWhere(
'(email IN (%Ls)) OR (name IN (%Ls))', '(email IN (%Ls)) OR (name IN (%Ls))',