Loading src/Service/Importer.php +2 −1 Original line number Diff line number Diff line Loading @@ -237,7 +237,8 @@ class Importer { * The current level which is being processed. */ protected function mapRows(array &$output, array &$rows, $parent_id = 0, $level = 0) { while (list($key, $row) = each($rows)) { foreach($rows as $key => $row){ reset($rows); $item = $this->getTermItem($row); $current = $item['term']; Loading Loading
src/Service/Importer.php +2 −1 Original line number Diff line number Diff line Loading @@ -237,7 +237,8 @@ class Importer { * The current level which is being processed. */ protected function mapRows(array &$output, array &$rows, $parent_id = 0, $level = 0) { while (list($key, $row) = each($rows)) { foreach($rows as $key => $row){ reset($rows); $item = $this->getTermItem($row); $current = $item['term']; Loading