summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/common.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc
index c66db98aa..9c4ce49f8 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -6326,7 +6326,6 @@ function entity_get_info($entity_type = NULL) {
function entity_info_cache_clear() {
drupal_static_reset('entity_get_info');
cache_clear_all('entity_info', 'cache');
- drupal_static_reset('entity_view_mode_info');
}
/**