Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14390406
D12714.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.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
Sun, Dec 22, 6:31 PM (13 h, 28 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6919377
Default Alt Text
D12714.diff (536 B)
Attached To
Mode
D12714: Fix a lisk issue
Attached
Detach File
Event Timeline
Log In to Comment