Skip to content
This repository has been archived by the owner on Apr 5, 2018. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Olde Hampsink committed Mar 7, 2016
2 parents 0081498 + 77f8198 commit b8fcb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/ImportService.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public function row($row, array $data, $settings)
*
* @throws Exception
*/
private function replaceOrDelete($row, array &$settings, IImportElementType $service, array $fields)
private function replaceOrDelete($row, &$settings, IImportElementType $service, array $fields)
{
// Set criteria according to elementtype
$criteria = $service->setCriteria($settings);
Expand Down

0 comments on commit b8fcb0d

Please sign in to comment.