From 03e2ec64ab00cfdd911496885387eafe0cf31734 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 31 Oct 2009 16:06:36 +0000 Subject: - Patch #606994 by yched: move entity handling out of Field API. --- modules/taxonomy/taxonomy.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy/taxonomy.module') diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 613383a90..cdffa7643 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -1162,7 +1162,7 @@ function _taxonomy_clean_field_cache($term) { // Determine object types that are not cacheable. $obj_types = array(); - foreach (field_info_fieldable_types() as $obj_type => $info) { + foreach (entity_get_info() as $obj_type => $info) { if (isset($info['cacheable']) && !$info['cacheable']) { $obj_types[] = $obj_type; } -- cgit v1.2.3