if ($phase !== 'runtime') {
return;
}should be
if ($phase !== 'runtime') {
return [];
}
Otherwise it leads to install errors:
array_merge(): Argument #2 is not an array install.inc:967
Error: Unsupported operand types in /web/core/includes/install.core.inc on line 1031
#0 /web/core/includes/install.core.inc(671): install_verify_requirements(Array)
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | csp-return-2941263-D8.patch | 241 bytes | ioana apetri |
Comments
Comment #2
ioana apetri commentedA patch for this. please review.
Comment #4
gappleComment #5
dudleyc commentedConfirmed fixed, thanks!