Page MenuHomePhabricator

D10697.id.diff
No OneTemporary

D10697.id.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
Fri, Oct 4, 9:08 PM (14 h, 43 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6671791
Default Alt Text
D10697.id.diff (659 B)

Event Timeline