Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
6f8ba535
Commit
6f8ba535
authored
Sep 28, 2015
by
webchick
Browse files
Issue
#2567571
follow-up by mikeryan, benjy: Small simplification to code.
parent
51a7c2ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php
View file @
6f8ba535
...
...
@@ -192,7 +192,7 @@ public function prepareRow(Row $row) {
// Make sure we replace any previous messages for this item with any
// new ones.
if
(
$save_to_map
)
{
$this
->
migration
->
getI
dMap
()
->
saveIdMapping
(
$row
,
array
(),
MigrateIdMapInterface
::
STATUS_IGNORED
);
$this
->
i
dMap
->
saveIdMapping
(
$row
,
array
(),
MigrateIdMapInterface
::
STATUS_IGNORED
);
$this
->
currentRow
=
NULL
;
$this
->
currentSourceIds
=
NULL
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment