Index: update.php =================================================================== RCS file: /cvs/drupal/drupal/update.php,v retrieving revision 1.201 diff -u -p -r1.201 update.php --- update.php 29 Aug 2006 09:12:02 -0000 1.201 +++ update.php 29 Aug 2006 15:01:20 -0000 @@ -697,7 +697,7 @@ update_fix_access_table(); ini_set('display_errors', TRUE); // Access check: -if (($access_check == FALSE) || ($user->uid == 1)) { +if (($access_check == FALSE) || user_access('administer site configuration')) { include_once './includes/install.inc'; drupal_load_updates();