From 6c1068e48d1d0fcde3afb9b5ecf34df39350acb8 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 2 Aug 2008 19:01:02 +0000 Subject: - Patch #287877 by dmitrig01: rename drupal_rebuild_code_registry() to registry_rebuild() for consistency. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index a5b199771..9b79eb9e5 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -1224,7 +1224,7 @@ function system_settings_form_submit($form, &$form_state) { } cache_clear_all(); - drupal_rebuild_theme_registry(); + drupal_theme_rebuild(); } /** -- cgit v1.2.3