- Patch #664544 by yched: removed unnecessary drupal_static_reset().

merge-requests/26/head
Dries Buytaert 2009-12-27 15:23:49 +00:00
parent bdcf08c2f7
commit d24e2c1384
1 changed files with 0 additions and 1 deletions

View File

@ -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');
}
/**