Page MenuHomePhabricator

D13642.id.diff
No OneTemporary

D13642.id.diff

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

Mime Type
text/plain
Expires
Sun, Mar 16, 6:38 PM (3 w, 4 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7705120
Default Alt Text
D13642.id.diff (565 B)

Event Timeline