Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15391436
D8206.id18565.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
578 B
Referenced Files
None
Subscribers
None
D8206.id18565.diff
View Options
Index: src/applications/differential/storage/DifferentialComment.php
===================================================================
--- src/applications/differential/storage/DifferentialComment.php
+++ src/applications/differential/storage/DifferentialComment.php
@@ -21,6 +21,12 @@
private $arbitraryDiffForFacebook;
private $proxyComment;
+ public function __clone() {
+ if ($this->proxyComment) {
+ $this->proxyComment = clone $this->proxyComment;
+ }
+ }
+
public function getContent() {
return $this->getProxyComment()->getContent();
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 16 2025, 9:51 AM (5 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7224605
Default Alt Text
D8206.id18565.diff (578 B)
Attached To
Mode
D8206: Fix issue where new transaction comments can be spread across multiple transactions
Attached
Detach File
Event Timeline
Log In to Comment