summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-08-02 19:01:02 +0000
committerDries Buytaert <dries@buytaert.net>2008-08-02 19:01:02 +0000
commit6c1068e48d1d0fcde3afb9b5ecf34df39350acb8 (patch)
tree18608fa197fdba0c0b7a82d6c9cfe66cc51d4c8a /modules/system/system.install
parent9cec02e4728f27eeb21c43c37633c819d379ddeb (diff)
downloadbrdo-6c1068e48d1d0fcde3afb9b5ecf34df39350acb8.tar.gz
brdo-6c1068e48d1d0fcde3afb9b5ecf34df39350acb8.tar.bz2
- Patch #287877 by dmitrig01: rename drupal_rebuild_code_registry() to registry_rebuild() for consistency.
Diffstat (limited to 'modules/system/system.install')
-rw-r--r--modules/system/system.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index ec85200ae..12410bc3a 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -2959,7 +2959,7 @@ function system_update_7006() {
db_create_table($ret, 'cache_registry', $schema['cache_registry']);
db_create_table($ret, 'registry', $schema['registry']);
db_create_table($ret, 'registry_file', $schema['registry_file']);
- drupal_rebuild_code_registry();
+ registry_rebuild();
return $ret;
}