diff options
-rw-r--r-- | install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install.php b/install.php index 8794b21d2..003e68f65 100644 --- a/install.php +++ b/install.php @@ -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); |