We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5057306 + 39a4320 commit 661f8b2Copy full SHA for 661f8b2
lib/Caxy/HtmlDiff/ListDiff.php
@@ -240,7 +240,7 @@ function ($v) use ($percent) {
240
* Loop through all the old lists, any that has not been added, will be added as:
241
* array( new => null, old => oldItemId )
242
*/
243
- $matchColumns = array_column($matches, 'old');
+ $matchColumns = $this->getArrayColumn($matches, 'old');
244
foreach ($this->childLists['old'] as $thisKey => $thisList) {
245
if (!in_array($thisKey, $matchColumns)) {
246
$matches[] = array('new' => null, 'old' => $thisKey);
0 commit comments