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:
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[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))',
|
||||||
|
|
Loading…
Reference in a new issue