Skip to content
Snippets Groups Projects
Commit 88777976 authored by Chris Leppanen's avatar Chris Leppanen
Browse files

Fix for mapping ui and multiple mappings with configuration.

parent e120ee86
No related branches found
No related tags found
No related merge requests found
...@@ -617,7 +617,6 @@ function feeds_ui_mapping_settings_form($form, $form_state, $i, $mapping, $targe ...@@ -617,7 +617,6 @@ function feeds_ui_mapping_settings_form($form, $form_state, $i, $mapping, $targe
'#i' => $i, '#i' => $i,
); );
if (isset($form_state['mapping_settings'][$i])) { if (isset($form_state['mapping_settings'][$i])) {
$mapping = $form_state['mapping_settings'][$i] + $mapping; $mapping = $form_state['mapping_settings'][$i] + $mapping;
} }
...@@ -678,7 +677,6 @@ function feeds_ui_mapping_settings_form($form, $form_state, $i, $mapping, $targe ...@@ -678,7 +677,6 @@ function feeds_ui_mapping_settings_form($form, $form_state, $i, $mapping, $targe
'#src' => 'misc/configure.png', '#src' => 'misc/configure.png',
'#attributes' => array('alt' => t('Edit')), '#attributes' => array('alt' => t('Edit')),
'#op' => 'edit', '#op' => 'edit',
'#value' => t('Edit'),
), ),
); );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment