Skip to content
Snippets Groups Projects

Issue #3221785: Typo in Cache ID in Access/ChainGroupPermissionCalculator

Merged Ryan Hartman requested to merge issue/group-3221785:3221785-typo-in-cache into 8.x-1.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -217,7 +217,7 @@ class ChainGroupPermissionCalculator implements ChainGroupPermissionCalculatorIn
* The combined persistent cache contexts from all calculators.
*/
protected function getPersistentCacheContexts($constant_name) {
$cid = 'group_permission:chain_calulator:contexts:' . $constant_name;
$cid = 'group_permission:chain_calculator:contexts:' . $constant_name;
// Retrieve the contexts from the regular static cache if available.
if ($static_cache = $this->regularStatic->get($cid)) {
Loading