Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15420579
D11531.id27744.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
621 B
Referenced Files
None
Subscribers
None
D11531.id27744.diff
View Options
diff --git a/src/applications/harbormaster/step/HarbormasterLeaseHostBuildStepImplementation.php b/src/applications/harbormaster/step/HarbormasterLeaseHostBuildStepImplementation.php
--- a/src/applications/harbormaster/step/HarbormasterLeaseHostBuildStepImplementation.php
+++ b/src/applications/harbormaster/step/HarbormasterLeaseHostBuildStepImplementation.php
@@ -18,7 +18,7 @@
$settings = $this->getSettings();
$custom_attributes = DrydockCustomAttributes::parse(
- $settings['attributes']);
+ idx($settings, 'attributes', ''));
// Create the lease.
$lease = id(new DrydockLease())
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 22, 3:08 PM (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7715045
Default Alt Text
D11531.id27744.diff (621 B)
Attached To
Mode
D11531: Use idx() to access resource attributes in case it's not set on the resource
Attached
Detach File
Event Timeline
Log In to Comment