diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-12-27 15:23:49 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-12-27 15:23:49 +0000 |
commit | d24e2c1384d66ceb6ba5db7dae6b36f5f3ddfd31 (patch) | |
tree | b45a043101e39e22f9381916b5fd28753beb60ff | |
parent | bdcf08c2f756bb644bfb4a9685f05a77cd41a9b0 (diff) | |
download | brdo-d24e2c1384d66ceb6ba5db7dae6b36f5f3ddfd31.tar.gz brdo-d24e2c1384d66ceb6ba5db7dae6b36f5f3ddfd31.tar.bz2 |
- Patch #664544 by yched: removed unnecessary drupal_static_reset().
-rw-r--r-- | includes/common.inc | 1 |
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'); } /** |