hi,
in ctools_stylizer_edit_style_form_choose_submit(), in the else branch(there is only a single else) the next line is
$forms = array_keys($form_info['forms']);
but $form_info is not defined.
for the if checks $plugin['forms'] a consequent replacement for this line seems to be:
$forms = array_keys($plugin['forms']);

this is also wrong in dev

Comments

avpaderno’s picture

Title: in file stylizer.inc in ctools_stylizer_edit_style_form_choose_submit(), variable $form_info never defined. » in file stylizer.inc in ctools_stylizer_edit_style_form_choose_submit(), variable $form_info never defined
Version: 7.x-1.0 » 7.x-1.x-dev
Issue summary: View changes
Status: Active » Closed (outdated)

I am closing this issue, since it is for a Drupal version that is no longer supported. Please re-open this issue if it is relevant for a project release for a supported Drupal version.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.