mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 14:00:56 +01:00
parent
68d90ef698
commit
752d742085
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ final class DifferentialChangesetParser {
|
|||
$new_corpus[] = $n['text'];
|
||||
}
|
||||
}
|
||||
$new_corpus_block = implode("\n", $old_corpus);
|
||||
$new_corpus_block = implode("\n", $new_corpus);
|
||||
|
||||
$old_future = $this->getHighlightFuture($old_corpus_block);
|
||||
$new_future = $this->getHighlightFuture($new_corpus_block);
|
||||
|
|
Loading…
Reference in a new issue