Page MenuHomePhabricator

D13642.diff
No OneTemporary

D13642.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
Sat, May 11, 9:48 PM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6286843
Default Alt Text
D13642.diff (565 B)

Event Timeline