Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/dev/1.9' into 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrebenchuk committed Apr 26, 2016
2 parents 2e73f97 + 4c0c3fa commit 55a3281
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ImportExport/Strategy/StaticSegmentImportStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ protected function processEntity(
$isFullData = false,
$isPersistNew = false,
$itemData = null,
array $searchContext = []
array $searchContext = [],
$entityIsRelation = false
) {
return parent::processEntity($entity, $isFullData, false, $itemData, $searchContext);
return parent::processEntity($entity, $isFullData, false, $itemData, $searchContext, $entityIsRelation);
}

/**
Expand Down

0 comments on commit 55a3281

Please sign in to comment.