Issue #2226629 by damiankloip, rpayanm: Remove '_plugins' suffix from views plugin cache prefix
parent
15059936b8
commit
f98c96a045
|
@ -43,7 +43,7 @@ class ViewsPluginManager extends DefaultPluginManager {
|
|||
);
|
||||
|
||||
$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'));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue