diff --git a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldPHIDs.php b/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldPHIDs.php index dc7ed2d1e4..842d662904 100644 --- a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldPHIDs.php +++ b/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldPHIDs.php @@ -118,7 +118,7 @@ abstract class PhabricatorStandardCustomFieldPHIDs $old = array(); } - $new = phutil_json_decode($xaction->getNewValue()); + $new = json_decode($xaction->getNewValue()); if (!is_array($new)) { $new = array(); }