From 59ece2e39d28ba6052ea67d7770297b93a29d243 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 11 Nov 2008 22:39:59 +0000 Subject: - Patch #325665 by chx, Damien Tournoud, justinrandell et al: improved the cache registry lookups. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/common.inc') diff --git a/includes/common.inc b/includes/common.inc index 5c9cb0569..8e7860619 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1641,7 +1641,7 @@ function drupal_page_footer() { module_invoke_all('exit'); module_implements(MODULE_IMPLEMENTS_WRITE_CACHE); - registry_cache_path_files(); + _registry_check_code(REGISTRY_WRITE_LOOKUP_CACHE); } /** -- cgit v1.2.3