Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14002293
D9973.id23964.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
619 B
Referenced Files
None
Subscribers
None
D9973.id23964.diff
View Options
diff --git a/src/applications/transactions/editor/PhabricatorApplicationTransactionEditor.php b/src/applications/transactions/editor/PhabricatorApplicationTransactionEditor.php
--- a/src/applications/transactions/editor/PhabricatorApplicationTransactionEditor.php
+++ b/src/applications/transactions/editor/PhabricatorApplicationTransactionEditor.php
@@ -2342,8 +2342,7 @@
return;
}
- $editor = id(new PhabricatorEdgeEditor())
- ->setActor($this->getActor());
+ $editor = new PhabricatorEdgeEditor();
$src = $object->getPHID();
$type = PhabricatorEdgeConfig::TYPE_OBJECT_HAS_FILE;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Oct 26, 5:27 PM (3 d, 10 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6714289
Default Alt Text
D9973.id23964.diff (619 B)
Attached To
Mode
D9973: Remove a stray `setActor()` on EdgeEditor
Attached
Detach File
Event Timeline
Log In to Comment