Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14838321
D14678.id35502.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
501 B
Referenced Files
None
Subscribers
None
D14678.id35502.diff
View Options
diff --git a/src/applications/draft/storage/PhabricatorVersionedDraft.php b/src/applications/draft/storage/PhabricatorVersionedDraft.php
--- a/src/applications/draft/storage/PhabricatorVersionedDraft.php
+++ b/src/applications/draft/storage/PhabricatorVersionedDraft.php
@@ -58,7 +58,7 @@
return id(new PhabricatorVersionedDraft())
->setObjectPHID($object_phid)
->setAuthorPHID($viewer_phid)
- ->setVersion($version)
+ ->setVersion((int)$version)
->save();
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 1, 2:53 PM (20 h, 59 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7082095
Default Alt Text
D14678.id35502.diff (501 B)
Attached To
Mode
D14678: Fix EditEngine preview/draft for first comment on a task you didn't create
Attached
Detach File
Event Timeline
Log In to Comment