Index: install.php
===================================================================
RCS file: /cvs/drupal/drupal/install.php,v
retrieving revision 1.39
diff -u -r1.39 install.php
--- install.php	5 Mar 2007 16:15:22 -0000	1.39
+++ install.php	25 Mar 2007 18:08:10 -0000
@@ -547,6 +547,7 @@
  */
 function install_complete($profile) {
   global $base_url;
+  $output = '';
   // Store install profile for later use.
   variable_set('install_profile', $profile);
 
