diff --git a/src/applications/harbormaster/storage/build/HarbormasterBuildLog.php b/src/applications/harbormaster/storage/build/HarbormasterBuildLog.php --- a/src/applications/harbormaster/storage/build/HarbormasterBuildLog.php +++ b/src/applications/harbormaster/storage/build/HarbormasterBuildLog.php @@ -20,7 +20,7 @@ const ENCODING_TEXT = 'text'; public function __destruct() { - if ($this->live) { + if ($this->start) { $this->finalize($this->start); } }