Page MenuHomePhabricator

D14336.id34600.diff
No OneTemporary

D14336.id34600.diff

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

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)

Event Timeline