mirror of
https://we.phorge.it/source/phorge.git
synced 2025-04-09 19:08:40 +02: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[] = $n['text'];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$new_corpus_block = implode("\n", $old_corpus);
|
$new_corpus_block = implode("\n", $new_corpus);
|
||||||
|
|
||||||
$old_future = $this->getHighlightFuture($old_corpus_block);
|
$old_future = $this->getHighlightFuture($old_corpus_block);
|
||||||
$new_future = $this->getHighlightFuture($new_corpus_block);
|
$new_future = $this->getHighlightFuture($new_corpus_block);
|
||||||
|
|
Loading…
Add table
Reference in a new issue