Page MenuHomePhabricator

D10697.id25685.diff
No OneTemporary

D10697.id25685.diff

diff --git a/src/applications/differential/customfield/DifferentialReviewersField.php b/src/applications/differential/customfield/DifferentialReviewersField.php
--- a/src/applications/differential/customfield/DifferentialReviewersField.php
+++ b/src/applications/differential/customfield/DifferentialReviewersField.php
@@ -63,7 +63,11 @@
}
public function getRequiredHandlePHIDsForEdit() {
- return mpull($this->getValue(), 'getReviewerPHID');
+ $phids = array();
+ if ($this->getValue()) {
+ $phids = mpull($this->getValue(), 'getReviewerPHID');
+ }
+ return $phids;
}
public function renderEditControl(array $handles) {

File Metadata

Mime Type
text/plain
Expires
Thu, Jun 27, 3:28 AM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6288448
Default Alt Text
D10697.id25685.diff (659 B)

Event Timeline