diff --git a/src/applications/phurl/editor/PhabricatorPhurlURLEditor.php b/src/applications/phurl/editor/PhabricatorPhurlURLEditor.php --- a/src/applications/phurl/editor/PhabricatorPhurlURLEditor.php +++ b/src/applications/phurl/editor/PhabricatorPhurlURLEditor.php @@ -205,11 +205,7 @@ protected function getMailTo(PhabricatorLiskDAO $object) { $phids = array(); - if ($object->getPHID()) { - $phids[] = $object->getPHID(); - } $phids[] = $this->getActingAsPHID(); - $phids = array_unique($phids); return $phids; }