diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-11-11 22:39:59 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-11-11 22:39:59 +0000 |
commit | 59ece2e39d28ba6052ea67d7770297b93a29d243 (patch) | |
tree | 212d76aad3f27766f0fc60540d8fa0e828b820b1 /includes/common.inc | |
parent | 9d631d22f920796287041408dd8cf090370bac72 (diff) | |
download | brdo-59ece2e39d28ba6052ea67d7770297b93a29d243.tar.gz brdo-59ece2e39d28ba6052ea67d7770297b93a29d243.tar.bz2 |
- Patch #325665 by chx, Damien Tournoud, justinrandell et al: improved the cache registry lookups.
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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); } /** |