summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-06-24 21:37:49 +0000
committerDries Buytaert <dries@buytaert.net>2010-06-24 21:37:49 +0000
commite34b8526713f407e25e5b3fc51f1c0ca0f01c6a3 (patch)
treeabeb1932a0ca96ccc993ef3879064e318cf53224 /modules
parent42a86ff32d1925aa279b43685223cde27dabfb11 (diff)
downloadbrdo-e34b8526713f407e25e5b3fc51f1c0ca0f01c6a3.tar.gz
brdo-e34b8526713f407e25e5b3fc51f1c0ca0f01c6a3.tar.bz2
- Patch #836962 by aaronbauman: field_cache_clear() called twice sequentially when installing modules.
Diffstat (limited to 'modules')
-rw-r--r--modules/field/field.module7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/field/field.module b/modules/field/field.module
index 4ef400633..e421d9742 100644
--- a/modules/field/field.module
+++ b/modules/field/field.module
@@ -176,13 +176,6 @@ function field_cron() {
}
/**
- * Implements hook_modules_installed().
- */
-function field_modules_installed($modules) {
- field_cache_clear();
-}
-
-/**
* Implements hook_modules_uninstalled().
*/
function field_modules_uninstalled($modules) {