Page MenuHomePhabricator

D14336.diff
No OneTemporary

D14336.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
Sun, May 12, 5:51 AM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6290338
Default Alt Text
D14336.diff (632 B)

Event Timeline