Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15368208
D10697.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
659 B
Referenced Files
None
Subscribers
None
D10697.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 13, 12:48 AM (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7598702
Default Alt Text
D10697.diff (659 B)
Attached To
Mode
D10697: Differential - fix bogus foreach(null)
Attached
Detach File
Event Timeline
Log In to Comment