Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14038675
D13074.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
653 B
Referenced Files
None
Subscribers
None
D13074.diff
View Options
diff --git a/src/applications/harbormaster/storage/build/HarbormasterBuildArtifact.php b/src/applications/harbormaster/storage/build/HarbormasterBuildArtifact.php
--- a/src/applications/harbormaster/storage/build/HarbormasterBuildArtifact.php
+++ b/src/applications/harbormaster/storage/build/HarbormasterBuildArtifact.php
@@ -77,7 +77,7 @@
->setViewer($viewer)
->withIDs(array($data['drydock-lease']))
->execute();
- $lease = $leases[$data['drydock-lease']];
+ $lease = idx($leases, $data['drydock-lease']);
return id(new PHUIObjectItemView())
->setObjectName(pht('Drydock Lease'))
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 12, 1:16 AM (1 w, 5 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6755579
Default Alt Text
D13074.diff (653 B)
Attached To
Mode
D13074: Prevent an error when the Drydock lease artifact does not exist
Attached
Detach File
Event Timeline
Log In to Comment