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

Fix call to theme_feeds_ui_container.

parent 9322313b
No related branches found
No related tags found
No related merge requests found
...@@ -468,7 +468,7 @@ function theme_feeds_ui_plugin_form($variables) { ...@@ -468,7 +468,7 @@ function theme_feeds_ui_plugin_form($variables) {
unset($form['plugin_key'][$key]['#description']); unset($form['plugin_key'][$key]['#description']);
$container['actions'] = array(drupal_render($form['plugin_key'][$key])); $container['actions'] = array(drupal_render($form['plugin_key'][$key]));
$output .= theme_feeds_ui_container($container); $output .= theme('feeds_ui_container', array('container' => $container));
} }
$output .= drupal_render($form); $output .= drupal_render($form);
......
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