summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-06-01 22:49:48 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-06-01 22:49:48 -0700
commit624f5a7c0a330288187c8167a2c7214f7d14c8af (patch)
tree5d11f140cc9372b9e64c68f135324dc8c62c8b2c /update.php
parent5f02fa9afd8bf30d7776149af21cdcd3718d7f40 (diff)
downloadbrdo-624f5a7c0a330288187c8167a2c7214f7d14c8af.tar.gz
brdo-624f5a7c0a330288187c8167a2c7214f7d14c8af.tar.bz2
Roll-back of Issue #534594 by beejeebus, catch: This causes fatal errors from class loaders in certain modules (CTools, etc.)
Diffstat (limited to 'update.php')
-rw-r--r--update.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/update.php b/update.php
index eb8fe985e..ac594ff85 100644
--- a/update.php
+++ b/update.php
@@ -385,10 +385,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();