Issue #3039055 by claudiu.cristea, tedbow: Remove useless reset of taxonomy_term_count_nodes static cache
parent
a25c727d98
commit
f127c93493
|
@ -80,7 +80,6 @@ class TermStorage extends SqlContentEntityStorage implements TermStorageInterfac
|
|||
* {@inheritdoc}
|
||||
*/
|
||||
public function resetCache(array $ids = NULL) {
|
||||
drupal_static_reset('taxonomy_term_count_nodes');
|
||||
$this->ancestors = [];
|
||||
$this->treeChildren = [];
|
||||
$this->treeParents = [];
|
||||
|
|
Loading…
Reference in New Issue