Page MenuHomePhabricator

D19533.id46699.diff
No OneTemporary

D19533.id46699.diff

diff --git a/src/applications/files/storage/PhabricatorFile.php b/src/applications/files/storage/PhabricatorFile.php
--- a/src/applications/files/storage/PhabricatorFile.php
+++ b/src/applications/files/storage/PhabricatorFile.php
@@ -492,12 +492,13 @@
$this->setStorageFormat($format->getStorageFormatKey());
$this->setStorageProperties($properties);
- list($identifier, $new_handle) = $this->writeToEngine(
+ list($identifier, $new_handle, $integrity_hash) = $this->writeToEngine(
$engine,
$data,
$params);
$this->setStorageHandle($new_handle);
+ $this->setIntegrityHash($integrity_hash);
$this->save();
$this->deleteFileDataIfUnused(

File Metadata

Mime Type
text/plain
Expires
Sun, May 19, 6:01 PM (3 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6294207
Default Alt Text
D19533.id46699.diff (699 B)

Event Timeline