? .DS_Store
? reloadinstall.patch
? sites/.DS_Store
Index: install.php
===================================================================
RCS file: /cvs/drupal/drupal/install.php,v
retrieving revision 1.87
diff -u -p -r1.87 install.php
--- install.php	11 Nov 2007 06:56:44 -0000	1.87
+++ install.php	11 Nov 2007 21:46:21 -0000
@@ -616,7 +616,7 @@ function install_missing_modules_error($
   drupal_maintenance_theme();
   install_task_list('requirements');
   drupal_set_title(st('Modules missing'));
-  print theme('install_page', '<p>'. st('One or more required modules are missing. Please check the error messages and <a href="!url">try again</a>.', array('!url' => "install.php?profile=$profile")) .'</p>');
+  print theme('install_page', '<p>'. st('One or more required modules are missing.') .'</p>');
   exit;
 }
 
Index: includes/theme.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/theme.inc,v
retrieving revision 1.393
diff -u -p -r1.393 theme.inc
--- includes/theme.inc	4 Nov 2007 20:32:34 -0000	1.393
+++ includes/theme.inc	11 Nov 2007 21:46:22 -0000
@@ -1104,6 +1104,7 @@ function theme_install_page($content) {
     $title = count($messages['error']) > 1 ? st('The following errors must be resolved before you can continue the installation process') : st('The following error must be resolved before you can continue the installation process');
     $variables['messages'] .= '<h3>'. $title .':</h3>';
     $variables['messages'] .= theme('status_messages', 'error');
+    $variables['content'] .= st('Please check the error messages and <a href="!url">try again</a>.', array('!url' => request_uri()));
   }
 
   // Special handling of status messages
