Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15469000
D13642.id32986.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
565 B
Referenced Files
None
Subscribers
None
D13642.id32986.diff
View Options
diff --git a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldPHIDs.php b/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldPHIDs.php
--- a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldPHIDs.php
+++ b/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldPHIDs.php
@@ -118,7 +118,7 @@
$old = array();
}
- $new = phutil_json_decode($xaction->getNewValue());
+ $new = json_decode($xaction->getNewValue());
if (!is_array($new)) {
$new = array();
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 5, 8:17 AM (1 d, 7 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7705120
Default Alt Text
D13642.id32986.diff (565 B)
Attached To
Mode
D13642: Fix a phutil_json_decode call in CustomField PHID
Attached
Detach File
Event Timeline
Log In to Comment