Index: update.php =================================================================== RCS file: /cvs/drupal/drupal/update.php,v retrieving revision 1.152 diff -u -r1.152 update.php --- update.php 17 Aug 2005 01:44:14 -0000 1.152 +++ update.php 17 Aug 2005 15:26:33 -0000 @@ -195,6 +195,7 @@ } } else { + include_once conf_init() .'/settings.php'; $output = update_info_page(); }