I get this error, when I use the module with a install profile.

Notice: Undefined index: install_profile in setup_sources() (line 480 of ,,, setup/setup.module).

CommentFileSizeAuthor
#1 setup-2016897-1.patch511 bytestobiasb

Comments

tobiasb’s picture

Status: Active » Needs review
StatusFileSize
new511 bytes

The variable is set in the last task of the installation.

See https://api.drupal.org/api/drupal/includes%21install.core.inc/function/i...

The attached patch fixes the bug.