From 858ba6eb570179eead6e2ab4af64ff4caf6541fb Mon Sep 17 00:00:00 2001 From: webchick Date: Wed, 1 Jun 2011 22:49:35 -0700 Subject: [PATCH] Roll-back of Issue #534594 by beejeebus, catch: This causes fatal errors from class loaders in certain modules (CTools, etc.) --- update.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/update.php b/update.php index 2e371710b10..a777920fa07 100644 --- a/update.php +++ b/update.php @@ -376,10 +376,6 @@ if (empty($op) && update_access_allowed()) { // Set up theme system for the maintenance page. drupal_maintenance_theme(); - // Rebuild the registry to ensure that removed hooks in modules do not result - // in undefined function errors and that newly defined hooks are called. - registry_rebuild(); - // Check the update requirements for Drupal. update_check_requirements();