Page MenuHomePhabricator

D8206.diff
No OneTemporary

D8206.diff

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

Mime Type
text/plain
Expires
Thu, Apr 17, 6:31 PM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7224605
Default Alt Text
D8206.diff (578 B)

Event Timeline