mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-04 12:42:43 +01:00
e7e585820b
Summary: If a host artifact exists in a Harbormaster build, where the Drydock lease no longer exists, then an error will be raised because of the attempt to access an undefined index. This changes the code to use `idx()` so that it correctly returns null instead. Test Plan: Tested in production. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: joshuaspence, Korvin, epriestley Differential Revision: https://secure.phabricator.com/D13074 |
||
---|---|---|
.. | ||
HarbormasterBuild.php | ||
HarbormasterBuildArtifact.php | ||
HarbormasterBuildItem.php | ||
HarbormasterBuildLog.php | ||
HarbormasterBuildTarget.php |