Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14032029
D16863.id40606.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
557 B
Referenced Files
None
Subscribers
None
D16863.id40606.diff
View Options
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;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 10, 12:37 PM (1 w, 22 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6728925
Default Alt Text
D16863.id40606.diff (557 B)
Attached To
Mode
D16863: Don't send Phurl mail to the URL object itself
Attached
Detach File
Event Timeline
Log In to Comment