From 2e0bb6e939e54c5cc8fe03e583d07b358cffb0c4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 25 Mar 2007 23:34:17 +0000 Subject: - Patch #130946 by KarenS: fixed undefined variable output. --- install.php | 1 + 1 file changed, 1 insertion(+) (limited to 'install.php') 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); -- cgit v1.2.3