Page MenuHomePhabricator

D12714.id30547.diff
No OneTemporary

D12714.id30547.diff

diff --git a/src/infrastructure/storage/lisk/LiskDAO.php b/src/infrastructure/storage/lisk/LiskDAO.php
--- a/src/infrastructure/storage/lisk/LiskDAO.php
+++ b/src/infrastructure/storage/lisk/LiskDAO.php
@@ -1637,7 +1637,7 @@
break;
case self::SERIALIZATION_JSON:
if ($deserialize) {
- $data[$col] = phutil_json_decode($data[$col]);
+ $data[$col] = json_decode($data[$col], true);
} else {
$data[$col] = json_encode($data[$col]);
}

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 6, 4:11 AM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7386687
Default Alt Text
D12714.id30547.diff (536 B)

Event Timeline