Issue #2226629 by damiankloip, rpayanm: Remove '_plugins' suffix from views plugin cache prefix

8.0.x
Alex Pott 2015-01-11 22:23:21 +00:00
parent 15059936b8
commit f98c96a045
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class ViewsPluginManager extends DefaultPluginManager {
); );
$this->alterInfo('views_plugins_' . $type); $this->alterInfo('views_plugins_' . $type);
$this->setCacheBackend($cache_backend, "views:{$type}_plugins", array('extension', 'extension:views')); $this->setCacheBackend($cache_backend, "views:$type", array('extension', 'extension:views'));
} }
} }