Skip to content
Snippets Groups Projects
Commit 42ecd657 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #534594 by catch, Frando: add registry_rebuild() to update.php.

parent fcf48f0c
No related branches found
No related tags found
No related merge requests found
......@@ -384,6 +384,10 @@ function update_check_requirements() {
// 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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment