diff --git a/lib/Model/Analysis/AbstractStatus.php b/lib/Model/Analysis/AbstractStatus.php index b5a2af9076..7608425b04 100644 --- a/lib/Model/Analysis/AbstractStatus.php +++ b/lib/Model/Analysis/AbstractStatus.php @@ -221,7 +221,7 @@ protected function loadObjects() { } // Runtime Initialization Completed - $matchType = MatchConstants::toExternalMatchTypeValue( $segInfo[ 'match_type' ] ); + $matchType = MatchConstants::toExternalMatchTypeValue( $segInfo[ 'match_type' ] ?? 'NEW' ); // increment file totals $file->incrementRaw( $segInfo[ 'raw_word_count' ] );