Skip to content
Snippets Groups Projects
Commit 35bae888 authored by Alex Barth's avatar Alex Barth
Browse files

Kill a notice.

parent ebc55639
No related branches found
No related tags found
No related merge requests found
......@@ -546,7 +546,7 @@ function feeds_ui_mapping_form($form, &$form_state, $importer) {
}
}
if ($source_options) {
if (isset($source_options)) {
$form['source'] = array(
'#type' => 'select',
'#options' => array('' => t('Select a source')) + $source_options,
......
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