diff --git a/src/applications/harbormaster/storage/build/HarbormasterBuildLog.php b/src/applications/harbormaster/storage/build/HarbormasterBuildLog.php index 2e964e8931..761f445e4e 100644 --- a/src/applications/harbormaster/storage/build/HarbormasterBuildLog.php +++ b/src/applications/harbormaster/storage/build/HarbormasterBuildLog.php @@ -20,7 +20,7 @@ final class HarbormasterBuildLog extends HarbormasterDAO const ENCODING_TEXT = 'text'; public function __destruct() { - if ($this->live) { + if ($this->start) { $this->finalize($this->start); } }