Skip to content

Commit 1ac73ba

Browse files
committed
Updated forgotton function call will all new parameters.
1 parent c51085a commit 1ac73ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Caxy/HtmlDiff/ListDiff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ protected function diff()
462462
if ($oldMatch && $oldMatch['new'] === null) {
463463
$newList = '';
464464
$oldList = $this->getListByMatch($oldMatch, 'old');
465-
$this->content .= $this->addListElementToContent($newList, $oldList, $oldMatch);
465+
$this->content .= $this->addListElementToContent($newList, $oldList, $oldMatch, $index, 'old');
466466
}
467467

468468
$match = $this->getArrayByColumnValue($this->textMatches, 'new', $index['position']);

0 commit comments

Comments
 (0)