Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
cck
Commits
9067b59a
Commit
9067b59a
authored
Feb 17, 2011
by
Karen Stevenson
Browse files
#1060524
by bfroehle, Fix content rollback bug introduced by Drush support patch.
parent
e44c4441
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/content_migrate/includes/content_migrate.admin.inc
View file @
9067b59a
...
...
@@ -140,6 +140,7 @@ function content_migrate_select($form, &$form_state) {
*/
function
content_migrate_rollback_submit
(
$form
,
&
$form_state
)
{
$field_names
=
array_filter
(
$form_state
[
'values'
][
'converted'
][
'data'
]);
content_migrate_rollback
(
$field_names
);
}
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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