Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F17758723
D12714.id30546.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
536 B
Referenced Files
None
Subscribers
None
D12714.id30546.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Wed, Jul 23, 5:37 PM (6 d, 4 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8571638
Default Alt Text
D12714.id30546.diff (536 B)
Attached To
Mode
D12714: Fix a lisk issue
Attached
Detach File
Event Timeline
Log In to Comment