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).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | setup-2016897-1.patch | 511 bytes | tobiasb |
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).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | setup-2016897-1.patch | 511 bytes | tobiasb |
Comments
Comment #1
tobiasbThe 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.