Problem/Motivation

Following error is displayed when reaching the "Choose add-ons" step:

Warning: Undefined array key "#title" in install_display_output() (line 1068 of core/includes/install.core.inc).

Steps to reproduce

Proposed resolution

SiteNameForm::buildForm does this:

$form['#title'] = '';

We can probably add the same to RecipeSelectionFormBase::buildForm.

Remaining tasks

User interface changes

API changes

Data model changes

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

mstrelan created an issue. See original summary.

phenaproxima’s picture

Status: Active » Fixed

Great catch. Fixed!

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

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

Maintainers, please credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.