Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15404159
D14336.id34600.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
632 B
Referenced Files
None
Subscribers
None
D14336.id34600.diff
View Options
diff --git a/src/applications/harbormaster/step/HarbormasterLeaseWorkingCopyBuildStepImplementation.php b/src/applications/harbormaster/step/HarbormasterLeaseWorkingCopyBuildStepImplementation.php
--- a/src/applications/harbormaster/step/HarbormasterLeaseWorkingCopyBuildStepImplementation.php
+++ b/src/applications/harbormaster/step/HarbormasterLeaseWorkingCopyBuildStepImplementation.php
@@ -135,6 +135,9 @@
}
$also_phids = $build_target->getFieldValue('repositoryPHIDs');
+ if (!is_array($also_phids)) {
+ $also_phids = array();
+ }
$all_phids = $also_phids;
$all_phids[] = $repository_phid;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 19, 6:31 AM (3 d, 8 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7332290
Default Alt Text
D14336.id34600.diff (632 B)
Attached To
Mode
D14336: Make WorkingCopy build step slightly more durable
Attached
Detach File
Event Timeline
Log In to Comment