mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 03:50:54 +01:00
Minor, getEmail() no longer exists.
This commit is contained in:
parent
95017e14e9
commit
45e9f8e689
1 changed files with 0 additions and 2 deletions
|
@ -684,8 +684,6 @@ abstract class DifferentialFieldSpecification {
|
|||
$object_map[strtolower($username)] = $phid;
|
||||
}
|
||||
|
||||
$object_map += mpull($users, 'getPHID', 'getEmail');
|
||||
|
||||
if ($include_mailables) {
|
||||
$mailables = id(new PhabricatorMetaMTAMailingList())->loadAllWhere(
|
||||
'(email IN (%Ls)) OR (name IN (%Ls))',
|
||||
|
|
Loading…
Reference in a new issue