Page MenuHomePhabricator

D14336.id34602.diff
No OneTemporary

D14336.id34602.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
Thu, Apr 24, 3:47 PM (6 h, 44 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7332290
Default Alt Text
D14336.id34602.diff (632 B)

Event Timeline