summaryrefslogtreecommitdiff
path: root/includes/bootstrap.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r--includes/bootstrap.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 06a154197..8fb6aff37 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -1325,9 +1325,9 @@ function registry_mark_code($type, $name, $return = FALSE) {
* Rescans all code in modules or includes directory, storing a mapping of
* each function, file, and hook implementation in the database.
*/
-function drupal_rebuild_code_registry() {
+function registry_rebuild() {
require_once './includes/registry.inc';
- _drupal_rebuild_code_registry();
+ _registry_rebuild();
}
/**