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

Remove left over .

parent 366a4ebd
No related branches found
No related tags found
No related merge requests found
...@@ -208,7 +208,6 @@ abstract class FeedsConfigurable { ...@@ -208,7 +208,6 @@ abstract class FeedsConfigurable {
* Config form array if available. NULL otherwise. * Config form array if available. NULL otherwise.
*/ */
function feeds_get_form($configurable, $form_method) { function feeds_get_form($configurable, $form_method) {
$form_state = array();
if (method_exists($configurable, $form_method)) { if (method_exists($configurable, $form_method)) {
return drupal_get_form(get_class($configurable) .'_feeds_form', $configurable, $form_method); return drupal_get_form(get_class($configurable) .'_feeds_form', $configurable, $form_method);
} }
......
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