Skip to content
Snippets Groups Projects
Commit 2e0bb6e9 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #130946 by KarenS: fixed undefined variable output.

parent 8f46152a
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -547,6 +547,7 @@ function install_missing_modules_error($profile) {
*/
function install_complete($profile) {
global $base_url;
$output = '';
// Store install profile for later use.
variable_set('install_profile', $profile);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment