Skip to content
Snippets Groups Projects
Commit fa39d4cc authored by joelpittet's avatar joelpittet Committed by MegaChriz
Browse files

Issue #2778655 by joelpittet: Renamed $form_status in feeds_ui_overview_form() to $form_state.

parent e280ce25
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ function feeds_ui_mapping_help() {
/**
* Build overview of available configurations.
*/
function feeds_ui_overview_form($form, &$form_status) {
function feeds_ui_overview_form($form, array &$form_state) {
$form = $form['enabled'] = $form['disabled'] = array();
$form['#header'] = array(
......
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