Index: update.php
===================================================================
RCS file: /cvs/drupal/drupal/update.php,v
retrieving revision 1.155
diff -u -F^f -r1.155 update.php
--- update.php	29 Aug 2005 18:48:25 -0000	1.155
+++ update.php	31 Aug 2005 11:04:26 -0000
@@ -122,6 +122,7 @@ function update_access_denied_page() {
   }
 }
 else {
+	include_once conf_init() .'/settings.php';
   $output = update_info_page();
 }